Add another test re s.has

This commit is contained in:
Markus Unterwaditzer 2014-12-06 16:40:39 +01:00
parent a0760ca171
commit 07de8a0cc4

View file

@ -123,6 +123,8 @@ class BaseStorageTests(object):
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([