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

Method pytest_runtest_logfinish

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

Source from the content-addressed store, hash-verified

877
878 @hookimpl
879 def pytest_runtest_logfinish(self) -> None:
880 self.log_cli_handler.set_when("finish")
881
882 @hookimpl(wrapper=True, tryfirst=True)
883 def pytest_sessionfinish(self) -> Generator[None]:

Callers 1

pytest_runtest_protocolFunction · 0.80

Calls 1

set_whenMethod · 0.45

Tested by

no test coverage detected