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

Method test_http

tests/configs/test_paper.py:37–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 with self.assertRaises(ValidationError):
36 PaperSemanticCfg(min_summary_citations=1, min_summary_pages=2)
37
38
39class PaperInputDiscriminatedTests(unittest.TestCase):
40 def setUp(self):
41 self.adapter = TypeAdapter(PaperInput)
42
43 def test_arxiv_round_trip(self):
44 v = self.adapter.validate_python({"type": "arxiv", "id": "2604.12345"})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected