Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
def
test_empty_linear(fun):
44
data = [tuple(), list(), set(), frozenset(), dict() , bytes(), bytearray()]
45
fun(data)
46
47
def
test_nested_list(fun):
48
data = utils.nested_list([2,2,2,2,2,2,2])
Callers
1
test_all
Function · 0.85
Calls
1
fun
Function · 0.50
Tested by
no test coverage detected