MCPcopy Index your code
hub / github.com/python/cpython / test_spawnve_invalid_env

Method test_spawnve_invalid_env

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

Source from the content-addressed store, hash-verified

3467 @warnings_helper.ignore_fork_in_thread_deprecation_warnings()
3468 @requires_os_func('spawnve')
3469 def test_spawnve_invalid_env(self):
3470 self._test_invalid_env(os.spawnve)
3471
3472 @warnings_helper.ignore_fork_in_thread_deprecation_warnings()
3473 @requires_os_func('spawnvpe')

Callers

nothing calls this directly

Calls 1

_test_invalid_envMethod · 0.95

Tested by

no test coverage detected