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

Function pytest_runtest_call

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

Source from the content-addressed store, hash-verified

144
145@pytest.hookimpl(trylast=True)
146def pytest_runtest_call(item: Item) -> None:
147 collect_thread_exception(item.config)
148
149
150@pytest.hookimpl(trylast=True)

Callers

nothing calls this directly

Calls 1

collect_thread_exceptionFunction · 0.85

Tested by

no test coverage detected