(self)
| 2469 | with zipfile.ZipFile(archive_buffer, "w") as archive: |
| 2470 | archive.writestr( |
| 2471 | "paper/full.md", |
| 2472 | "# Title\n\n## Abstract\n\nMinerU extracted abstract.\n\n## Method\n\nMinerU extracted method.", |
| 2473 | ) |
| 2474 | |
| 2475 | class FakeResponse: |
no outgoing calls
no test coverage detected