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

Method setUp

tests/utils/misc/test_monai_utils_misc.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79class TestCommandRunner(unittest.TestCase):
80
81 def setUp(self):
82 self.orig_flag = str(MONAIEnvVars.debug())
83
84 def tearDown(self):
85 if self.orig_flag is not None:

Callers

nothing calls this directly

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected