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

Method pytest_runtest_logfinish

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

Source from the content-addressed store, hash-verified

733
734 @hookimpl
735 def pytest_runtest_logfinish(self) -> None:
736 self.log_cli_handler.set_when("finish")
737
738 @hookimpl(hookwrapper=True, tryfirst=True)
739 def pytest_sessionfinish(self) -> Generator[None, None, None]:

Callers 1

pytest_runtest_protocolFunction · 0.45

Calls 1

set_whenMethod · 0.45

Tested by

no test coverage detected