()
| 80 | |
| 81 | @pytest.hookimpl(hookwrapper=True, tryfirst=True) |
| 82 | def pytest_runtest_setup() -> Generator[None, None, None]: |
| 83 | yield from unraisable_exception_runtest_hook() |
| 84 | |
| 85 | |
| 86 | @pytest.hookimpl(hookwrapper=True, tryfirst=True) |
nothing calls this directly
no test coverage detected