(self, nodeid: str)
| 1170 | ] |
| 1171 | |
| 1172 | def _handle_teardown_sections(self, nodeid: str) -> None: |
| 1173 | for report in self._get_teardown_reports(nodeid): |
| 1174 | self.print_teardown_sections(report) |
| 1175 | |
| 1176 | def print_teardown_sections(self, rep: TestReport) -> None: |
| 1177 | showcapture = self.config.option.showcapture |
no test coverage detected