class documentation

class TestBuildExt: (source)

View In Hierarchy

Undocumented

Method dist_with_example Undocumented
Method test_abi3_filename Filename needs to be loadable by several versions of Python 3 if 'is_abi3' is truthy on Extension()
Method test_ext_suffix_override SETUPTOOLS_EXT_SUFFIX variable always overrides default extension options.
Method test_get_ext_filename Setuptools needs to give back the same result as distutils, even if the fullname is not in ext_map.
Method test_get_output_mapping_with_stub Undocumented
Method test_get_outputs Undocumented
def dist_with_example(self): (source)

Undocumented

def test_abi3_filename(self): (source)

Filename needs to be loadable by several versions of Python 3 if 'is_abi3' is truthy on Extension()

def test_ext_suffix_override(self): (source)

SETUPTOOLS_EXT_SUFFIX variable always overrides default extension options.

def test_get_ext_filename(self): (source)

Setuptools needs to give back the same result as distutils, even if the fullname is not in ext_map.

def test_get_output_mapping_with_stub(self, tmpdir_cwd, monkeypatch): (source)

Undocumented

def test_get_outputs(self, tmpdir_cwd, monkeypatch): (source)

Undocumented