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

Method test_minimal

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

Source from the content-addressed store, hash-verified

66
67class ExtractionRefTests(unittest.TestCase):
68 def test_minimal(self):
69 e = ExtractionRef(
70 flow="paper_semantic", model="gpt-4o", extracted_at=_now()
71 )
72 self.assertEqual(e.flow, "paper_semantic")
73 self.assertEqual(e.model, "gpt-4o")
74 self.assertIsNone(e.run_id)
75
76
77class _ConcreteKnowledge(BaseKnowledge):

Callers

nothing calls this directly

Calls 2

ExtractionRefClass · 0.90
_nowFunction · 0.70

Tested by

no test coverage detected