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