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

Method test_default_embedding_text

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

Source from the content-addressed store, hash-verified

105 n.title = "z" # type: ignore[misc]
106
107 def test_retrieval_projection_is_not_a_node_method(self):
108 n = TreeNode(title="Methodology", summary="We use X to do Y.")
109 self.assertFalse(hasattr(n, "embedding_text"))
110
111
112class TreeKnowledgeTests(unittest.TestCase):

Callers

nothing calls this directly

Calls 2

embedding_textMethod · 0.95
TreeNodeClass · 0.90

Tested by

no test coverage detected