Method
pytest_terminal_summary
(self, terminalreporter: TerminalReporter)
Source from the content-addressed store, hash-verified
| 679 | logfile.write(ET.tostring(testsuites, encoding="unicode")) |
| 680 | |
| 681 | def pytest_terminal_summary(self, terminalreporter: TerminalReporter) -> None: |
| 682 | terminalreporter.write_sep("-", f"generated xml file: {self.logfile}") |
| 683 | |
| 684 | def add_global_property(self, name: str, value: object) -> None: |
| 685 | __tracebackhide__ = True |
Callers
nothing calls this directly
Tested by
no test coverage detected