(self, testcase: DataDrivenTestCase)
| 90 | files = ["parse-errors.test"] |
| 91 | |
| 92 | def run_case(self, testcase: DataDrivenTestCase) -> None: |
| 93 | test_parse_error(testcase) |
| 94 | |
| 95 | |
| 96 | def test_parse_error(testcase: DataDrivenTestCase) -> None: |
nothing calls this directly
no test coverage detected