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

Method test_spawnvpe_invalid_env

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

Source from the content-addressed store, hash-verified

3472 @warnings_helper.ignore_fork_in_thread_deprecation_warnings()
3473 @requires_os_func('spawnvpe')
3474 def test_spawnvpe_invalid_env(self):
3475 self._test_invalid_env(os.spawnvpe)
3476
3477
3478@unittest.skipUnless(hasattr(os, 'getlogin'), "test needs os.getlogin")

Callers

nothing calls this directly

Calls 1

_test_invalid_envMethod · 0.95

Tested by

no test coverage detected