MCPcopy
hub / github.com/pytest-dev/pytest / _handle_teardown_sections

Method _handle_teardown_sections

src/_pytest/terminal.py:1172–1174  ·  view source on GitHub ↗
(self, nodeid: str)

Source from the content-addressed store, hash-verified

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

Callers 2

Calls 2

_get_teardown_reportsMethod · 0.95

Tested by

no test coverage detected