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

Method test_spawnve_invalid_env

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

Source from the content-addressed store, hash-verified

3767
3768 @requires_os_func('spawnve')
3769 def test_spawnve_invalid_env(self):
3770 self._test_invalid_env(os.spawnve)
3771
3772 @requires_os_func('spawnvpe')
3773 def test_spawnvpe_invalid_env(self):

Callers

nothing calls this directly

Calls 1

_test_invalid_envMethod · 0.95

Tested by

no test coverage detected