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

Method test_text

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

Source from the content-addressed store, hash-verified

48 def test_http(self):
49 v = self.adapter.validate_python(
50 {"type": "http", "url": "https://example.com/p.pdf"}
51 )
52 self.assertIsInstance(v, HttpUrl)
53
54 def test_local(self):
55 v = self.adapter.validate_python(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected