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

Method pytest_runtest_logstart

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

Source from the content-addressed store, hash-verified

817
818 @hookimpl
819 def pytest_runtest_logstart(self) -> None:
820 self.log_cli_handler.reset()
821 self.log_cli_handler.set_when("start")
822
823 @hookimpl
824 def pytest_runtest_logreport(self) -> None:

Callers 2

pytest_runtest_protocolFunction · 0.45

Calls 2

resetMethod · 0.45
set_whenMethod · 0.45

Tested by 1