module documentation

Tests for the 'setuptools' package

Class TestCommandTests Undocumented
Class TestDepends Undocumented
Class TestDistro Undocumented
Function can_symlink Skip if cannot create a symbolic link
Function example_source Undocumented
Function isolated_dir Undocumented
Function makeSetup Return distribution from 'setup(**args)', without executing commands
Function test_convert_path_deprecated Undocumented
Function test_findall Undocumented
Function test_findall_curdir Undocumented
Function test_findall_missing_symlink Undocumented
Function test_its_own_wheel_does_not_contain_tests Undocumented
Variable needs_bytecode Undocumented
@pytest.fixture
def can_symlink(tmpdir): (source)

Skip if cannot create a symbolic link

@pytest.fixture
def example_source(tmpdir): (source)

Undocumented

@pytest.fixture(autouse=True)
def isolated_dir(tmpdir_cwd): (source)

Undocumented

def makeSetup(**args): (source)

Return distribution from 'setup(**args)', without executing commands

def test_convert_path_deprecated(): (source)

Undocumented

def test_findall(example_source): (source)

Undocumented

def test_findall_curdir(example_source): (source)

Undocumented

def test_findall_missing_symlink(tmpdir, can_symlink): (source)

Undocumented

def test_its_own_wheel_does_not_contain_tests(setuptools_wheel): (source)

Undocumented

needs_bytecode = (source)

Undocumented