(self, expected, actual)
| 28 | "Python was compiled with optimizations") |
| 29 | class PyListTests(DebuggerTests): |
| 30 | def assertListing(self, expected, actual): |
| 31 | self.assertEndsWith(actual, expected) |
| 32 | |
| 33 | def test_basic_command(self): |
| 34 | 'Verify that the "py-list" command works' |
no test coverage detected