(return_value: Any)
| 45 | / "fixtures" |
| 46 | / "paper" |
| 47 | / "golden" |
| 48 | / "paper.pdf" |
| 49 | ) |
| 50 | _WHEN = datetime(2017, 12, 6, tzinfo=timezone.utc) |
| 51 | |
| 52 | |
| 53 | class _FakeSummaryProvider: |
| 54 | def __init__(self, *, fail: Exception | None = None) -> None: |
no outgoing calls
no test coverage detected