(self, testcase: DataDrivenTestCase)
| 16 | files = ["errorstream.test"] |
| 17 | |
| 18 | def run_case(self, testcase: DataDrivenTestCase) -> None: |
| 19 | test_error_stream(testcase) |
| 20 | |
| 21 | |
| 22 | def test_error_stream(testcase: DataDrivenTestCase) -> None: |
nothing calls this directly
no test coverage detected