(self)
| 106 | self.checkError(['--timeout', 'foo'], 'invalid timeout value:') |
| 107 | |
| 108 | def test_wait(self): |
| 109 | ns = self.parse_args(['--wait']) |
| 110 | self.assertTrue(ns.wait) |
| 111 | |
| 112 | def test_start(self): |
| 113 | for opt in '-S', '--start': |
nothing calls this directly
no test coverage detected