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

Method setUp

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

Source from the content-addressed store, hash-verified

321
322class Debuggerx64Test(DebuggerAPI):
323 def setUp(self) -> None:
324 self.arch = 'x86_64'
325
326
327@unittest.skipIf(platform.system() in ['Darwin'], 'x86 tests not supported on macOS/Windows')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected