(self, excrepr: ExceptionRepr)
| 637 | reporter.append_collect_skipped(report) |
| 638 | |
| 639 | def pytest_internalerror(self, excrepr: ExceptionRepr) -> None: |
| 640 | reporter = self.node_reporter(class="st">"internal") |
| 641 | reporter.attrs.update(classname=class="st">"pytest", name=class="st">"internal") |
| 642 | reporter._add_simple(class="st">"error", class="st">"internal error", str(excrepr)) |
| 643 | |
| 644 | def pytest_sessionstart(self) -> None: |
| 645 | self.suite_start = timing.Instant() |
no test coverage detected