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

Method pytest_runtest_call

src/_pytest/capture.py:898–900  ·  view source on GitHub ↗
(self, item: Item)

Source from the content-addressed store, hash-verified

896
897 @hookimpl(wrapper=True)
898 def pytest_runtest_call(self, item: Item) -> Generator[None]:
899 with self.item_capture("call", item):
900 return (yield)
901
902 @hookimpl(wrapper=True)
903 def pytest_runtest_teardown(self, item: Item) -> Generator[None]:

Callers

nothing calls this directly

Calls 1

item_captureMethod · 0.95

Tested by

no test coverage detected