(self)
| 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( |