MCPcopy
hub / github.com/pimutils/vdirsyncer / test_irrelevant_status

Function test_irrelevant_status

tests/unit/sync/test_sync.py:36–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35
36def test_irrelevant_status():
37 a = MemoryStorage()
38 b = MemoryStorage()
39 status = {'1': ('1', 1234, '1.ics', 2345)}
40 sync(a, b, status)
41 assert not status
42 assert not items(a)
43 assert not items(b)
44
45
46def test_missing_status():

Callers

nothing calls this directly

Calls 3

MemoryStorageClass · 0.90
itemsFunction · 0.85
syncFunction · 0.70

Tested by

no test coverage detected