(self)
| 470 | class TestInterpreterIsRunning(TestBase): |
| 471 | |
| 472 | def test_main(self): |
| 473 | main = interpreters.get_main() |
| 474 | self.assertTrue(main.is_running()) |
| 475 | |
| 476 | # XXX Is this still true? |
| 477 | @unittest.skip('Fails on FreeBSD') |
nothing calls this directly
no test coverage detected