MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / test_root_helper

Method test_root_helper

tests/knowledge/test_tree.py:113–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111
112class TreeKnowledgeTests(unittest.TestCase):
113 def test_root_helper(self):
114 tree = _make_tree()
115 root = tree.root()
116 self.assertEqual(root.title, "Root")
117 self.assertIsNone(root.parent_id)
118
119 def test_children_of(self):
120 tree = _make_tree()

Callers

nothing calls this directly

Calls 2

_make_treeFunction · 0.85
rootMethod · 0.80

Tested by

no test coverage detected