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

Method setUp

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

Source from the content-addressed store, hash-verified

327@unittest.skipIf(platform.system() in ['Darwin'], 'x86 tests not supported on macOS/Windows')
328class Debuggerx86Test(DebuggerAPI):
329 def setUp(self) -> None:
330 self.arch = 'x86'
331
332
333def filter_test_suite(suite, keyword):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected