(item: Item, call: CallInfo[None])
| 382 | |
| 383 | |
| 384 | def pytest_runtest_makereport(item: Item, call: CallInfo[None]) -> TestReport: |
| 385 | return TestReport.from_item_and_call(item, call) |
| 386 | |
| 387 | |
| 388 | def pytest_make_collect_report(collector: Collector) -> CollectReport: |
nothing calls this directly
no test coverage detected