(cls)
| 479 | |
| 480 | @classmethod |
| 481 | def tearDownClass(cls): |
| 482 | shutil.rmtree(cls.tmpdir) |
| 483 | super().tearDownClass() |
| 484 | |
| 485 | @parameterized.expand(TESTS_META) |
| 486 | def test_correct(self, input_param, expected_shape, track_meta): |
nothing calls this directly
no test coverage detected