(self, testcase: DataDrivenTestCase)
| 92 | files = ["semanal-errors.test", "semanal-errors-python310.test"] |
| 93 | |
| 94 | def run_case(self, testcase: DataDrivenTestCase) -> None: |
| 95 | test_semanal_error(testcase) |
| 96 | |
| 97 | |
| 98 | def test_semanal_error(testcase: DataDrivenTestCase) -> None: |
nothing calls this directly
no test coverage detected