From 07de8a0cc477ae015abcbe25cb585e2b80943764 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 6 Dec 2014 16:40:39 +0100 Subject: [PATCH] Add another test re s.has --- tests/storage/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/storage/__init__.py b/tests/storage/__init__.py index cbbb6a5..9a1425b 100644 --- a/tests/storage/__init__.py +++ b/tests/storage/__init__.py @@ -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([