MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / FakeFitz

Class FakeFitz

tests/test_citation_links.py:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34class FakeFitz:
35 def __init__(self, doc: FakePdfDoc) -> None:
36 self.doc = doc
37
38 def open(self, path: Path) -> FakePdfDoc:
39 return self.doc
40
41
42def test_extract_reference_candidates_from_pdf_parses_references_section(

Calls

no outgoing calls