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