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