(benchmark)
| 53 | |
| 54 | |
| 55 | def 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 | |
| 61 | def test_join_collection_vevents(benchmark): |
nothing calls this directly
no test coverage detected