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

Method getrunner

testing/test_runner.py:945–946  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

943 """Test user-level API of ``TestReport`` objects."""
944
945 def getrunner(self):
946 return lambda item: runner.runtestprotocol(item, log=False)
947
948 def test_longreprtext_pass(self, pytester: Pytester) -> None:
949 reports = pytester.runitem(

Callers 1

runitemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected