MCPcopy Create free account
hub / github.com/pytest-dev/pytest / pytest_runtest_logreport

Method pytest_runtest_logreport

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

Source from the content-addressed store, hash-verified

688
689 @hookimpl
690 def pytest_runtest_logreport(self) -> None:
691 self.log_cli_handler.set_when("logreport")
692
693 def _runtest_for(self, item: nodes.Item, when: str) -> Generator[None, None, None]:
694 """Implement the internals of the pytest_runtest_xxx() hooks."""

Callers

nothing calls this directly

Calls 1

set_whenMethod · 0.45

Tested by

no test coverage detected