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

Method test_embedding_text

tests/knowledge/test_earnings.py:45–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 self.assertEqual(e.surprise_flags, ["eps_beat", "revenue_beat"])
44
45 def test_retrieval_projection_is_not_a_domain_method(self):
46 e = Earnings(
47 as_of=_now(),
48 source=_src(),
49 ticker="AAPL",
50 period="2026Q1",
51 guidance="Raised FY guide",
52 )
53 self.assertFalse(hasattr(e, "embedding_text"))
54
55
56if __name__ == "__main__":
57 unittest.main()

Callers

nothing calls this directly

Calls 4

embedding_textMethod · 0.95
EarningsClass · 0.90
_nowFunction · 0.70
_srcFunction · 0.70

Tested by

no test coverage detected