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

Function pytest_runtest_setup

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

Source from the content-addressed store, hash-verified

175
176@pytest.hookimpl(trylast=True)
177def pytest_runtest_setup(item: Item) -> None:
178 collect_unraisable(item.config)
179
180
181@pytest.hookimpl(trylast=True)

Callers

nothing calls this directly

Calls 1

collect_unraisableFunction · 0.85

Tested by

no test coverage detected