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

Method test_frozen

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

Source from the content-addressed store, hash-verified

114
115 def test_default_schema_version(self):
116 item = _ConcreteKnowledge(as_of=_now(), source=_src())
117 self.assertEqual(item.schema_version, "1.0")
118
119 def test_created_at_auto(self):
120 before = datetime.now(timezone.utc)
121 item = _ConcreteKnowledge(as_of=_now(), source=_src())
122 after = datetime.now(timezone.utc)

Callers

nothing calls this directly

Calls 3

_ConcreteKnowledgeClass · 0.85
_nowFunction · 0.70
_srcFunction · 0.70

Tested by

no test coverage detected