MCPcopy 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

23class 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

NodeClass · 0.90

Tested by

no test coverage detected