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

Method test_transcript

tests/configs/test_earnings.py:38–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 self.assertEqual(v.ticker, "AAPL")
37
38 def test_transcript(self):
39 v = self.adapter.validate_python(
40 {"type": "transcript", "text": "Operator: ..."}
41 )
42 self.assertIsInstance(v, TranscriptText)
43
44 def test_http(self):
45 v = self.adapter.validate_python(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected