Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ pytest_runtest_setup
Function
pytest_runtest_setup
src/_pytest/unraisableexception.py:177–178 ·
view source on GitHub ↗
(item: Item)
Source
from the content-addressed store, hash-verified
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)
Callers
nothing calls this directly
Calls
1
collect_unraisable
Function · 0.85
Tested by
no test coverage detected