MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_wait

Method test_wait

Lib/test/test_regrtest.py:1208–1212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

run_testsMethod · 0.95
create_testMethod · 0.80
check_lineMethod · 0.80

Tested by

no test coverage detected