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

Method getreports

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

Source from the content-addressed store, hash-verified

317
318 @overload
319 def getreports(
320 self,
321 names: "Literal['pytest_collectreport']",
322 ) -> Sequence[CollectReport]:
323 ...
324
325 @overload
326 def getreports(

Calls 1

getcallsMethod · 0.95

Tested by

no test coverage detected