MCPcopy Index your code
hub / github.com/python/cpython / test_wait

Method test_wait

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

Source from the content-addressed store, hash-verified

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

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