(self, testcase: DataDrivenTestCase)
| 29 | files.remove("parse-python314.test") |
| 30 | |
| 31 | def run_case(self, testcase: DataDrivenTestCase) -> None: |
| 32 | test_parser(testcase) |
| 33 | |
| 34 | |
| 35 | def test_parser(testcase: DataDrivenTestCase) -> None: |
nothing calls this directly
no test coverage detected