(self)
| 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]: |
no test coverage detected