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

Method test_wait

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

Source from the content-addressed store, hash-verified

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':

Callers

nothing calls this directly

Calls 2

parse_argsMethod · 0.95
assertTrueMethod · 0.80

Tested by

no test coverage detected