class documentation

class TestSDist(BasePyPIRCCommandTestCase): (source)

View In Hierarchy

Undocumented

Static Method warnings Undocumented
Method get_cmd Returns a cmd
Method test_add_defaults Undocumented
Method test_check_metadata_deprecated Undocumented
Method test_finalize_options Undocumented
Method test_get_file_list Undocumented
Method test_invalid_template_unknown_command Undocumented
Method test_invalid_template_wrong_arguments Undocumented
Method test_invalid_template_wrong_path Undocumented
Method test_make_distribution Undocumented
Method test_make_distribution_owner_group Undocumented
Method test_manifest_comments Undocumented
Method test_manifest_marker Undocumented
Method test_manual_manifest Undocumented
Method test_metadata_check_option Undocumented
Method test_prune_file_list Undocumented
Method test_show_formats Undocumented
Method _check_template Undocumented
@staticmethod
def warnings(messages, prefix='warning: '): (source)

Undocumented

def get_cmd(self, metadata=None): (source)

Returns a cmd

@pytest.mark.usefixtures('needs_zlib')
def test_add_defaults(self): (source)

Undocumented

def test_check_metadata_deprecated(self): (source)

Undocumented

def test_finalize_options(self): (source)

Undocumented

@pytest.mark.usefixtures('needs_zlib')
def test_get_file_list(self): (source)

Undocumented

def test_invalid_template_unknown_command(self, caplog): (source)

Undocumented

def test_invalid_template_wrong_arguments(self, caplog): (source)

Undocumented

@pytest.mark.skipif('platform.system() != \'Windows\'')
def test_invalid_template_wrong_path(self, caplog): (source)

Undocumented

@pytest.mark.usefixtures('needs_zlib')
@pytest.mark.skipif('not find_executable(\'tar\')')
@pytest.mark.skipif('not find_executable(\'gzip\')')
def test_make_distribution(self): (source)

Undocumented

@pytest.mark.usefixtures('needs_zlib')
@require_unix_id
@require_uid_0
@pytest.mark.skipif('not find_executable(\'tar\')')
@pytest.mark.skipif('not find_executable(\'gzip\')')
def test_make_distribution_owner_group(self): (source)

Undocumented

@pytest.mark.usefixtures('needs_zlib')
def test_manifest_comments(self): (source)

Undocumented

@pytest.mark.usefixtures('needs_zlib')
def test_manifest_marker(self): (source)

Undocumented

@pytest.mark.usefixtures('needs_zlib')
def test_manual_manifest(self): (source)

Undocumented

@pytest.mark.usefixtures('needs_zlib')
def test_metadata_check_option(self, caplog): (source)

Undocumented

@pytest.mark.usefixtures('needs_zlib')
def test_prune_file_list(self): (source)

Undocumented

def test_show_formats(self, capsys): (source)

Undocumented

def _check_template(self, content, caplog): (source)

Undocumented