class documentation

class TestSpawn(support.TempdirManager): (source)

View In Hierarchy

Undocumented

Method test_find_executable Undocumented
Method test_spawn Undocumented
Method test_spawn_missing_exe Undocumented
def test_find_executable(self, tmp_path): (source)

Undocumented

@pytest.mark.skipif('os.name not in (\'nt\', \'posix\')')
def test_spawn(self): (source)

Undocumented

def test_spawn_missing_exe(self): (source)

Undocumented