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

Method getfailures

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

Source from the content-addressed store, hash-verified

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

Callers 2

getfailedcollectionsMethod · 0.95
test_make_hook_recorderFunction · 0.80

Calls 1

getreportsMethod · 0.95

Tested by

no test coverage detected