MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / tearDownClass

Method tearDownClass

tests/transforms/test_load_image.py:481–483  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

tearDownClassMethod · 0.45

Tested by

no test coverage detected