class documentation

class TestDistInfo: (source)

View In Hierarchy

Undocumented

Class Method build_metadata Undocumented
Method metadata Undocumented
Method test_conditional_dependencies Undocumented
Method test_distinfo Undocumented
Method test_invalid_version Supplying an invalid version crashes dist_info.
Method test_output_dir Undocumented
Method test_tag_arguments Undocumented
Class Variable metadata_base Undocumented
@classmethod
def build_metadata(cls, **kwargs): (source)

Undocumented

@pytest.fixture
def metadata(self, tmpdir): (source)

Undocumented

def test_conditional_dependencies(self, metadata): (source)

Undocumented

def test_distinfo(self, metadata): (source)

Undocumented

def test_invalid_version(self, tmp_path): (source)

Supplying an invalid version crashes dist_info.

@pytest.mark.parametrize('keep_egg_info', (False, True))
def test_output_dir(self, tmp_path, keep_egg_info): (source)

Undocumented

def test_tag_arguments(self, tmp_path): (source)

Undocumented

metadata_base = (source)

Undocumented