Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ pytest_runtest_teardown
Function
pytest_runtest_teardown
src/_pytest/threadexception.py:151–152 ·
view source on GitHub ↗
(item: Item)
Source
from the content-addressed store, hash-verified
149
150
@pytest.hookimpl(trylast=True)
151
def
pytest_runtest_teardown(item: Item) -> None:
152
collect_thread_exception(item.config)
Callers
nothing calls this directly
Calls
1
collect_thread_exception
Function · 0.85
Tested by
no test coverage detected