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

Method getreports

src/_pytest/terminal.py:1085–1086  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

1083 # Summaries for sessionfinish.
1084 #
1085 def getreports(self, name: str):
1086 return [x for x in self.stats.get(name, ()) if not hasattr(x, "_pdbshown")]
1087
1088 def summary_warnings(self) -> None:
1089 if self.hasopt("w"):

Callers 4

_get_teardown_reportsMethod · 0.95
summary_errorsMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected