(self, testcase: DataDrivenTestCase)
| 26 | native_sep = True |
| 27 | |
| 28 | def run_case(self, testcase: DataDrivenTestCase) -> None: |
| 29 | test_transform(testcase) |
| 30 | |
| 31 | |
| 32 | def test_transform(testcase: DataDrivenTestCase) -> None: |
nothing calls this directly
no test coverage detected