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

Method getrunner

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

Source from the content-addressed store, hash-verified

1090 """Test user-level API of ``TestReport`` objects."""
1091
1092 def getrunner(self):
1093 return lambda item: runner.runtestprotocol(item, log=False)
1094
1095 def test_longreprtext_pass(self, pytester: Pytester) -> None:
1096 reports = pytester.runitem(

Callers 1

runitemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected