class documentation

class TestCygwinCCompiler(support.TempdirManager): (source)

View In Hierarchy

Undocumented

Method test_check_config_h Undocumented
Method test_find_library_file Undocumented
Method test_get_msvcr Undocumented
Method test_runtime_library_dir_option Undocumented
Method _get_config_h_filename Undocumented
def test_check_config_h(self): (source)

Undocumented

@pytest.mark.skipif('sys.platform != "cygwin"')
@pytest.mark.skipif('not os.path.exists("/usr/lib/libbash.dll.a")')
def test_find_library_file(self): (source)

Undocumented

def test_get_msvcr(self): (source)

Undocumented

@pytest.mark.skipif('sys.platform != "cygwin"')
def test_runtime_library_dir_option(self): (source)

Undocumented

def _get_config_h_filename(self): (source)

Undocumented