mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Add another test re s.has
This commit is contained in:
parent
a0760ca171
commit
07de8a0cc4
1 changed files with 2 additions and 0 deletions
|
|
@ -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([
|
||||
|
|
|
|||
Loading…
Reference in a new issue