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

Method test_doi

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

Source from the content-addressed store, hash-verified

52 self.assertIsInstance(v, HttpUrl)
53
54 def test_local(self):
55 v = self.adapter.validate_python(
56 {"type": "local", "path": "/tmp/p.pdf"}
57 )
58 self.assertIsInstance(v, LocalFilePath)
59 self.assertEqual(v.path, Path("/tmp/p.pdf"))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected