MCPcopy Create free account
hub / github.com/pytest-dev/pytest / pytest_runtest_setup

Function pytest_runtest_setup

src/_pytest/unraisableexception.py:82–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81@pytest.hookimpl(hookwrapper=True, tryfirst=True)
82def pytest_runtest_setup() -> Generator[None, None, None]:
83 yield from unraisable_exception_runtest_hook()
84
85
86@pytest.hookimpl(hookwrapper=True, tryfirst=True)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected