MCPcopy Create free account
hub / github.com/pytest-dev/pytest / getfailedcollections

Method getfailedcollections

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

Source from the content-addressed store, hash-verified

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

Calls 1

getfailuresMethod · 0.95

Tested by

no test coverage detected