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

Method setUp

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

Source from the content-addressed store, hash-verified

316@unittest.skipIf(platform.system() != 'Darwin' or platform.machine() != 'arm64', "Only run arm64 tests on arm Mac")
317class DebuggerArm64Test(DebuggerAPI):
318 def setUp(self) -> None:
319 self.arch = 'arm64'
320
321
322class Debuggerx64Test(DebuggerAPI):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected