Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_protocol
Function · 0.45
test_show_runtest_logstart
Method · 0.45
Calls
2
reset
Method · 0.45
set_when
Method · 0.45
Tested by
1
test_show_runtest_logstart
Method · 0.36