(self)
| 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') |
nothing calls this directly
no test coverage detected