module documentation

sdist tests

Class TempDirTestCase Undocumented
Class TestFileListTest A copy of the relevant bits of distutils/tests/test_filelist.py, to ensure setuptools' version of FileList keeps parity with distutils.
Class TestManifestTest No class docstring; 12/13 methods documented
Function make_local_path Converts '/' in a string to os.sep
Function pattern_match Undocumented
Function pattern_mismatch Undocumented
Function quiet Undocumented
Function test_translated_pattern_match Undocumented
Function test_translated_pattern_mismatch Undocumented
Function touch Undocumented
Constant IS_PYPY Undocumented
Constant SETUP_ATTRS Undocumented
Constant SETUP_PY Undocumented
Variable default_files Undocumented
Variable match_params Undocumented
Variable mismatch_params Undocumented
Variable translate_specs A spec of inputs for 'translate_pattern' and matches and mismatches for that input.
def make_local_path(s): (source)

Converts '/' in a string to os.sep

@pytest.fixture(params=match_params)
def pattern_match(request): (source)

Undocumented

@pytest.fixture(params=mismatch_params)
def pattern_mismatch(request): (source)

Undocumented

def test_translated_pattern_match(pattern_match): (source)

Undocumented

def test_translated_pattern_mismatch(pattern_mismatch): (source)

Undocumented

def touch(filename): (source)

Undocumented

Undocumented

Value
('__pypy__' in sys.builtin_module_names)
SETUP_ATTRS: dict = (source)

Undocumented

Value
{'name': 'app', 'version': '0.0', 'packages': ['app']}
SETUP_PY = (source)

Undocumented

Value
'''from setuptools import setup

setup(**%r)
'''%SETUP_ATTRS
default_files = (source)

Undocumented

match_params = (source)

Undocumented

mismatch_params = (source)

Undocumented

translate_specs: list[tuple] = (source)

A spec of inputs for 'translate_pattern' and matches and mismatches for that input.