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

Method test_pdb

tests/bundle/test_config_parser.py:310–313  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

308 parser.get_parsed_content("transform", instantiate=True, eval_expr=True)
309
310 def test_pdb(self):
311 with self.assertRaisesRegex(RuntimeError, ".*bdb.BdbQuit.*"):
312 case_pdb()
313 self.assertEqual(case_pdb_inst(), None) # pdb.runcall without input is None
314
315 def test_get_via_attributes(self):
316 config = {

Callers

nothing calls this directly

Calls 2

case_pdbFunction · 0.85
case_pdb_instFunction · 0.85

Tested by

no test coverage detected