(self, testcase: DataDrivenTestCase)
| 64 | files = ["native-parser-imports.test"] if has_nativeparse else [] |
| 65 | |
| 66 | def run_case(self, testcase: DataDrivenTestCase) -> None: |
| 67 | test_parser_imports(testcase) |
| 68 | |
| 69 | |
| 70 | def test_parser(testcase: DataDrivenTestCase) -> None: |
nothing calls this directly
no test coverage detected