Skip to content

Commit

Permalink
Add another test re s.has
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Dec 6, 2014
1 parent a0760ca commit 07de8a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/storage/__init__.py
Expand Up @@ -123,6 +123,8 @@ def test_has(self, s, get_item):
href, etag = s.upload(get_item())
assert s.has(href)
assert not s.has('asd')
s.delete(href, etag)
assert not s.has(href)

def test_update_others_stay_the_same(self, s, get_item):
info = dict([
Expand Down

0 comments on commit 07de8a0

Please sign in to comment.