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

Method getfailedcollections

src/_pytest/pytester.py:414–415  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

412 return [rep for rep in self.getreports(names) if rep.failed]
413
414 def getfailedcollections(self) -> Sequence[CollectReport]:
415 return self.getfailures("pytest_collectreport")
416
417 def listoutcomes(
418 self,

Calls 1

getfailuresMethod · 0.95

Tested by

no test coverage detected