(self, testcase: DataDrivenTestCase)
| 55 | files = ["native-parser.test"] if has_nativeparse else [] |
| 56 | |
| 57 | def run_case(self, testcase: DataDrivenTestCase) -> None: |
| 58 | test_parser(testcase) |
| 59 | |
| 60 | |
| 61 | class NativeParserImportsSuite(DataSuite): |
nothing calls this directly
no test coverage detected