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

Function test_join_collection_simple

tests/unit/utils/test_vobject.py:55–58  ·  view source on GitHub ↗
(benchmark)

Source from the content-addressed store, hash-verified

53
54
55def test_join_collection_simple(benchmark):
56 given = benchmark(lambda: vobject.join_collection(_simple_split))
57 assert normalize_item(given) == normalize_item(_simple_joined)
58 assert given.splitlines() == _simple_joined.splitlines()
59
60
61def test_join_collection_vevents(benchmark):

Callers

nothing calls this directly

Calls 2

benchmarkFunction · 0.85
normalize_itemFunction · 0.85

Tested by

no test coverage detected