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