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

Function assert_item_equals

tests/__init__.py:19–20  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

17
18
19def assert_item_equals(a, b):
20 assert normalize_item(a) == normalize_item(b)
21
22
23VCARD_TEMPLATE = '''BEGIN:VCARD

Callers 4

test_dav_unicode_hrefMethod · 0.90
test_uploadMethod · 0.85
test_updateMethod · 0.85
test_specialcharsMethod · 0.85

Calls 1

normalize_itemFunction · 0.90

Tested by 4

test_dav_unicode_hrefMethod · 0.72
test_uploadMethod · 0.68
test_updateMethod · 0.68
test_specialcharsMethod · 0.68