MCPcopy Create free account
hub / github.com/Vector35/debugger / setUp

Method setUp

test/debugger_test.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 # Always skip the base class so it will never be executed
49 @unittest.skip("do not run the base test class")
50 def setUp(self) -> None:
51 self.arch = ''
52
53 def test_repeated_use(self):
54 fpath = name_to_fpath('helloworld', self.arch)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected