(self)
| 158 | files = ["semanal-typeinfo.test"] |
| 159 | |
| 160 | def setup(self) -> None: |
| 161 | super().setup() |
| 162 | self.str_conv = StrConv(options=Options()) |
| 163 | self.type_str_conv = TypeStrVisitor(options=Options()) |
| 164 | |
| 165 | def run_case(self, testcase: DataDrivenTestCase) -> None: |
| 166 | """Perform a test case.""" |
nothing calls this directly
no test coverage detected