MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / BrokenFetcher

Class BrokenFetcher

experiments/tests/test_reading_report_flow.py:1295–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1293 monkeypatch.setenv("READING_REPORT_PDF_MODE", "smart")
1294
1295 class BrokenFetcher:
1296 @staticmethod
1297 def get_paper_detail(arxiv_id, timeout=None):
1298 raise RuntimeError("ssl eof")
1299
1300 monkeypatch.setattr(reading_agent, "_load_arxiv_fetcher", lambda: BrokenFetcher)
1301

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected