| 1324 | monkeypatch.setenv("READING_REPORT_PDF_MODE", "smart") |
| 1325 | |
| 1326 | class EmptyFetcher: |
| 1327 | @staticmethod |
| 1328 | def get_paper_detail(arxiv_id, timeout=None): |
| 1329 | return None |
| 1330 | |
| 1331 | monkeypatch.setattr(reading_agent, "_load_arxiv_fetcher", lambda: EmptyFetcher) |
| 1332 |
nothing calls this directly
no outgoing calls
no test coverage detected