MCPcopy
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)
151def pytest_runtest_teardown(item: Item) -> None:
152 collect_thread_exception(item.config)

Callers

nothing calls this directly

Calls 1

collect_thread_exceptionFunction · 0.85

Tested by

no test coverage detected