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

Method test_quote_max_length

tests/knowledge/test_base.py:34–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 self.assertIsNone(cit.node_id)
33
34 def test_quote_max_length(self):
35 with self.assertRaises(ValidationError):
36 Citation(source_id="x", quote="a" * 501)
37
38 def test_tree_anchor_round_trip(self):
39 tree_id = uuid4()

Callers

nothing calls this directly

Calls 1

CitationClass · 0.90

Tested by

no test coverage detected