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

Method summary_xfailures

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

Source from the content-addressed store, hash-verified

1191 self.summary_failures_combined("failed", "FAILURES", style=style)
1192
1193 def summary_xfailures(self) -> None:
1194 show_tb = self.config.option.xfail_tb
1195 style = self.config.option.tbstyle if show_tb else "no"
1196 self.summary_failures_combined("xfailed", "XFAILURES", style=style)
1197
1198 def summary_failures_combined(
1199 self,

Callers 1

Calls 1

Tested by

no test coverage detected