MCPcopy
hub / github.com/pytest-dev/pytest / pytest_runtest_setup

Function pytest_runtest_setup

src/_pytest/threadexception.py:141–142  ·  view source on GitHub ↗
(item: Item)

Source from the content-addressed store, hash-verified

139
140@pytest.hookimpl(trylast=True)
141def pytest_runtest_setup(item: Item) -> None:
142 collect_thread_exception(item.config)
143
144
145@pytest.hookimpl(trylast=True)

Callers

nothing calls this directly

Calls 1

collect_thread_exceptionFunction · 0.85

Tested by

no test coverage detected