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

Function pytest_runtest_teardown

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

Source from the content-addressed store, hash-verified

185
186@pytest.hookimpl(trylast=True)
187def pytest_runtest_teardown(item: Item) -> None:
188 collect_unraisable(item.config)

Callers

nothing calls this directly

Calls 1

collect_unraisableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…