Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CyberPoint/libpgm
/ setUp
Method
setUp
tests/run_unit_tests.py:29–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
class
TestNodeData(unittest.TestCase):
28
29
def
setUp(self):
30
self.nd = NodeData()
31
32
def
test_entriestoinstances(self):
33
self.nd.load(
"unittesthdict.txt"
)
Callers
nothing calls this directly
Calls
1
NodeData
Class · 0.90
Tested by
no test coverage detected