class documentation

class TestPackageIndex: (source)

View In Hierarchy

Undocumented

Method test__vcs_split_rev_from_url Test the basic usage of _vcs_split_rev_from_url
Method test_bad_url_bad_port Undocumented
Method test_bad_url_bad_status_line Undocumented
Method test_bad_url_double_scheme A bad URL with a double scheme should raise a DistutilsError.
Method test_bad_url_screwy_href Undocumented
Method test_bad_url_typo Undocumented
Method test_download_git_no_rev Undocumented
Method test_download_git_with_rev Undocumented
Method test_download_svn Undocumented
Method test_egg_fragment EGG fragments must comply to PEP 440
Method test_local_index local_open should be able to read an index from the file system.
Method test_parse_bdist_wininst Undocumented
Method test_regex Undocumented
Method test_url_ok Undocumented
def test__vcs_split_rev_from_url(self): (source)

Test the basic usage of _vcs_split_rev_from_url

def test_bad_url_bad_port(self): (source)

Undocumented

def test_bad_url_bad_status_line(self): (source)

Undocumented

def test_bad_url_double_scheme(self): (source)

A bad URL with a double scheme should raise a DistutilsError.

def test_bad_url_screwy_href(self): (source)

Undocumented

def test_bad_url_typo(self): (source)

Undocumented

def test_download_git_no_rev(self, tmpdir): (source)

Undocumented

def test_download_git_with_rev(self, tmpdir): (source)

Undocumented

def test_download_svn(self, tmpdir): (source)

Undocumented

def test_egg_fragment(self): (source)

EGG fragments must comply to PEP 440

def test_local_index(self, tmpdir): (source)

local_open should be able to read an index from the file system.

def test_parse_bdist_wininst(self): (source)

Undocumented

def test_regex(self): (source)

Undocumented

def test_url_ok(self): (source)

Undocumented