(self)
| 1206 | self.check_line(output, regex) |
| 1207 | |
| 1208 | def test_wait(self): |
| 1209 | # test --wait |
| 1210 | test = self.create_test('wait') |
| 1211 | output = self.run_tests("--wait", test, input='key') |
| 1212 | self.check_line(output, 'Press any key to continue') |
| 1213 | |
| 1214 | def test_forever(self): |
| 1215 | # test --forever |
nothing calls this directly
no test coverage detected