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

Method test_spawnle

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

Source from the content-addressed store, hash-verified

3632
3633 @requires_os_func('spawnle')
3634 def test_spawnle(self):
3635 program, args = self.create_args(with_env=True)
3636 exitcode = os.spawnle(os.P_WAIT, program, *args, self.env)
3637 self.assertEqual(exitcode, self.exitcode)
3638
3639 @requires_os_func('spawnlp')
3640 def test_spawnlp(self):

Callers

nothing calls this directly

Calls 2

create_argsMethod · 0.95
assertEqualMethod · 0.45

Tested by

no test coverage detected