MCPcopy Create free account
hub / github.com/bterwijn/memory_graph / test_empty_linear

Function test_empty_linear

memory_graph/test.py:43–45  ·  view source on GitHub ↗
(fun)

Source from the content-addressed store, hash-verified

41 config.embedded_types = restore
42
43def test_empty_linear(fun):
44 data = [tuple(), list(), set(), frozenset(), dict() , bytes(), bytearray()]
45 fun(data)
46
47def test_nested_list(fun):
48 data = utils.nested_list([2,2,2,2,2,2,2])

Callers 1

test_allFunction · 0.85

Calls 1

funFunction · 0.50

Tested by

no test coverage detected