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

Method test_find_path_unknown

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

Source from the content-addressed store, hash-verified

140 self.assertEqual([n.title for n in path], ["Root", "A", "A1"])
141
142 def test_find_path_unknown(self):
143 tree = _make_tree()
144 self.assertEqual(tree.find_path(uuid4()), [])
145
146 def test_retrieval_projection_is_not_a_tree_method(self):
147 tree = _make_tree()

Callers

nothing calls this directly

Calls 2

_make_treeFunction · 0.85
find_pathMethod · 0.80

Tested by

no test coverage detected