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

Method getreports

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

Source from the content-addressed store, hash-verified

323
324 @overload
325 def getreports(
326 self,
327 names: Literal["pytest_collectreport"],
328 ) -> Sequence[CollectReport]: ...
329
330 @overload
331 def getreports(

Calls 1

getcallsMethod · 0.95

Tested by

no test coverage detected