class documentation

class TestExternalsParser(TestCase):

View In Hierarchy

Undocumented

Method test_parse_comment Undocumented
Method test_parse_externals Undocumented
Method test_parse_externals_space_revno Undocumented
Method test_parse_externals_swapped Undocumented
Method test_parse_invalid_missing_url No URL specified.
Method test_parse_invalid_too_much_data No URL specified.
Method test_parse_relative Undocumented
Method test_parse_repos_root_relative Undocumented
Method test_parse_root_relative_externals Undocumented
Method test_parse_scheme_relative_externals Undocumented

Inherited from TestCase:

Method assertIs Undocumented
Method assertIsInstance Fail if obj is not an instance of kls
def test_parse_comment(self):

Undocumented

def test_parse_externals(self):

Undocumented

def test_parse_externals_space_revno(self):

Undocumented

def test_parse_externals_swapped(self):

Undocumented

def test_parse_invalid_missing_url(self):
No URL specified.
def test_parse_invalid_too_much_data(self):
No URL specified.
def test_parse_relative(self):

Undocumented

def test_parse_repos_root_relative(self):

Undocumented

def test_parse_root_relative_externals(self):

Undocumented

def test_parse_scheme_relative_externals(self):

Undocumented