(self)
| 642 | reporter._add_simple("error", "internal error", str(excrepr)) |
| 643 | |
| 644 | def pytest_sessionstart(self) -> None: |
| 645 | self.suite_start = timing.Instant() |
| 646 | |
| 647 | def pytest_sessionfinish(self) -> None: |
| 648 | dirname = os.path.dirname(os.path.abspath(self.logfile)) |
no outgoing calls