Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ tearDownClass
Method
tearDownClass
tests/transforms/test_load_image.py:204–206 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
202
203
@classmethod
204
def
tearDownClass(cls):
205
shutil.rmtree(cls.tmpdir)
206
super().tearDownClass()
207
208
@parameterized.expand(
209
[TEST_CASE_1, TEST_CASE_2, TEST_CASE_3, TEST_CASE_3_1, TEST_CASE_4, TEST_CASE_4_1, TEST_CASE_5]
Callers
1
tearDownClass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected