(item: Item)
| 180 | |
| 181 | @pytest.hookimpl(trylast=True) |
| 182 | def pytest_runtest_call(item: Item) -> None: |
| 183 | collect_unraisable(item.config) |
| 184 | |
| 185 | |
| 186 | @pytest.hookimpl(trylast=True) |
nothing calls this directly
no test coverage detected
searching dependent graphs…