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

Method test_spawnl

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

Source from the content-addressed store, hash-verified

3626
3627 @requires_os_func('spawnl')
3628 def test_spawnl(self):
3629 program, args = self.create_args()
3630 exitcode = os.spawnl(os.P_WAIT, program, *args)
3631 self.assertEqual(exitcode, self.exitcode)
3632
3633 @requires_os_func('spawnle')
3634 def test_spawnle(self):

Callers

nothing calls this directly

Calls 2

create_argsMethod · 0.95
assertEqualMethod · 0.45

Tested by

no test coverage detected