(item: Item)
| 139 | |
| 140 | @pytest.hookimpl(trylast=True) |
| 141 | def pytest_runtest_setup(item: Item) -> None: |
| 142 | collect_thread_exception(item.config) |
| 143 | |
| 144 | |
| 145 | @pytest.hookimpl(trylast=True) |
nothing calls this directly
no test coverage detected
searching dependent graphs…