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