class documentation

Undocumented

Method test_cc_overrides_ldshared Undocumented
Method test_cc_overrides_ldshared_for_cxx_correctly Ensure that setting CC env variable also changes default linker correctly when building C++ extensions.
Method test_explicit_ldshared Undocumented
Method test_has_function Undocumented
Method test_runtime_libdir_option Undocumented

Inherited from TempdirManager:

Method create_dist Will generate a test environment.
Method mkdtemp Create a temporary directory that will be cleaned up.
Method write_file Writes a file in the given path.
@pytest.mark.skipif('platform.system == "Windows"')
def test_cc_overrides_ldshared(self): (source)

Undocumented

@pytest.mark.skipif('platform.system == "Windows"')
def test_cc_overrides_ldshared_for_cxx_correctly(self): (source)

Ensure that setting CC env variable also changes default linker correctly when building C++ extensions. pypa/distutils#126

@pytest.mark.skipif('platform.system == "Windows"')
def test_explicit_ldshared(self): (source)

Undocumented

def test_has_function(self): (source)

Undocumented

@pytest.mark.skipif('platform.system == "Windows"')
def test_runtime_libdir_option(self): (source)

Undocumented