Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danieljfarrell/pvtrace
/ test_name
Method
test_name
tests/test_node.py:28–29 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
assert type(Node()) == Node
27
28
def
test_name(self):
29
assert Node(name=
"a"
).name ==
'a'
30
31
def
test_parent(self):
32
a = Node()
Callers
nothing calls this directly
Calls
1
Node
Class · 0.90
Tested by
no test coverage detected