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

Method pytest_runtest_logreport

src/_pytest/logging.py:824–825  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

822
823 @hookimpl
824 def pytest_runtest_logreport(self) -> None:
825 self.log_cli_handler.set_when("logreport")
826
827 @contextmanager
828 def _runtest_for(self, item: nodes.Item, when: str) -> Generator[None]:

Callers

nothing calls this directly

Calls 1

set_whenMethod · 0.45

Tested by

no test coverage detected