(self)
| 1239 | self.check_line(output, regex) |
| 1240 | |
| 1241 | def test_wait(self): |
| 1242 | # test --wait |
| 1243 | test = self.create_test('wait') |
| 1244 | output = self.run_tests("--wait", test, input='key') |
| 1245 | self.check_line(output, 'Press any key to continue') |
| 1246 | |
| 1247 | def test_forever(self): |
| 1248 | # test --forever |
nothing calls this directly
no test coverage detected