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

Method test_spawnvpe_invalid_env

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

Source from the content-addressed store, hash-verified

3771
3772 @requires_os_func('spawnvpe')
3773 def test_spawnvpe_invalid_env(self):
3774 self._test_invalid_env(os.spawnvpe)
3775
3776
3777# The introduction of this TestCase caused at least two different errors on

Callers

nothing calls this directly

Calls 1

_test_invalid_envMethod · 0.95

Tested by

no test coverage detected