(item: Item)
| 175 | |
| 176 | @pytest.hookimpl(trylast=True) |
| 177 | def pytest_runtest_setup(item: Item) -> None: |
| 178 | collect_unraisable(item.config) |
| 179 | |
| 180 | |
| 181 | @pytest.hookimpl(trylast=True) |
nothing calls this directly
no test coverage detected
searching dependent graphs…