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

Method getfailures

src/_pytest/pytester.py:385–388  ·  view source on GitHub ↗
(
        self,
        names: Literal["pytest_collectreport"],
    )

Source from the content-addressed store, hash-verified

383
384 @overload
385 def getfailures(
386 self,
387 names: Literal["pytest_collectreport"],
388 ) -> Sequence[CollectReport]: ...
389
390 @overload
391 def getfailures(

Calls 1

getreportsMethod · 0.95

Tested by

no test coverage detected