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

Function pytest_runtest_call

src/_pytest/unraisableexception.py:182–183  ·  view source on GitHub ↗
(item: Item)

Source from the content-addressed store, hash-verified

180
181@pytest.hookimpl(trylast=True)
182def pytest_runtest_call(item: Item) -> None:
183 collect_unraisable(item.config)
184
185
186@pytest.hookimpl(trylast=True)

Callers

nothing calls this directly

Calls 1

collect_unraisableFunction · 0.85

Tested by

no test coverage detected