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

Method test_as_of_required

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

Source from the content-addressed store, hash-verified

86 with self.assertRaises(ValidationError):
87 _ConcreteKnowledge(source=_src()) # type: ignore[call-arg]
88
89 def test_source_required(self):
90 with self.assertRaises(ValidationError):
91 _ConcreteKnowledge(as_of=_now()) # type: ignore[call-arg]
92
93 def test_default_id_unique(self):

Callers

nothing calls this directly

Calls 2

_ConcreteKnowledgeClass · 0.85
_srcFunction · 0.70

Tested by

no test coverage detected