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

Method summary_passes

src/_pytest/terminal.py:1142–1143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1140 )
1141
1142 def summary_passes(self) -> None:
1143 self.summary_passes_combined("passed", "PASSES", "P")
1144
1145 def summary_xpasses(self) -> None:
1146 self.summary_passes_combined("xpassed", "XPASSES", "X")

Callers 1

Calls 1

Tested by

no test coverage detected