MCPcopy Create free account
hub / github.com/python/cpython / test_waitpid

Method test_waitpid

Lib/test/test_os/test_os.py:3228–3229  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3226 self.assertEqual(pid2, pid)
3227
3228 def test_waitpid(self):
3229 self.check_waitpid(code='pass', exitcode=0)
3230
3231 def test_waitstatus_to_exitcode(self):
3232 exitcode = 23

Callers

nothing calls this directly

Calls 1

check_waitpidMethod · 0.95

Tested by

no test coverage detected