(self)
| 688 | |
| 689 | @hookimpl |
| 690 | def pytest_runtest_logreport(self) -> None: |
| 691 | self.log_cli_handler.set_when("logreport") |
| 692 | |
| 693 | def _runtest_for(self, item: nodes.Item, when: str) -> Generator[None, None, None]: |
| 694 | """Implement the internals of the pytest_runtest_xxx() hooks.""" |