(self, testcase: DataDrivenTestCase)
| 20 | files = ["outputjson.test"] |
| 21 | |
| 22 | def run_case(self, testcase: DataDrivenTestCase) -> None: |
| 23 | test_output_json(testcase) |
| 24 | |
| 25 | |
| 26 | def test_output_json(testcase: DataDrivenTestCase) -> None: |
nothing calls this directly
no test coverage detected