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

Method test_none_values_skipped

tests/flows/test_paper.py:213–216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

211 "quantmind.flows.paper.fetch_url",
212 new=AsyncMock(return_value=html),
213 ):
214 with self.assertRaises(UnsupportedContentTypeError):
215 await _fetch_paper_source(HttpUrl(url="https://example.test"))
216 with self.assertRaises(UnsupportedContentTypeError):
217 await _fetch_paper_source(RawText(text="no physical pages"))
218
219 async def test_doi_requires_an_exact_pdf_resolver(self) -> None:

Callers

nothing calls this directly

Calls 1

_format_inputFunction · 0.90

Tested by

no test coverage detected