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

Method test_spawnlpe

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

Source from the content-addressed store, hash-verified

3644
3645 @requires_os_func('spawnlpe')
3646 def test_spawnlpe(self):
3647 program, args = self.create_args(with_env=True)
3648 exitcode = os.spawnlpe(os.P_WAIT, program, *args, self.env)
3649 self.assertEqual(exitcode, self.exitcode)
3650
3651 @requires_os_func('spawnv')
3652 def test_spawnv(self):

Callers

nothing calls this directly

Calls 2

create_argsMethod · 0.95
assertEqualMethod · 0.45

Tested by

no test coverage detected