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

Method test_extra_forbidden

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

Source from the content-addressed store, hash-verified

60 SourceRef(kind="ftp") # type: ignore[arg-type]
61
62 def test_extra_forbidden(self):
63 with self.assertRaises(ValidationError):
64 SourceRef(kind="manual", garbage=1) # type: ignore[call-arg]
65
66
67class ExtractionRefTests(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

SourceRefClass · 0.90

Tested by

no test coverage detected