class documentation

class CommitParseTests(ShaFileCheckTests):

View In Hierarchy

Undocumented

Method make_commit_lines Undocumented
Method make_commit_text Undocumented
Method test_check Undocumented
Method test_check_commit_with_overflow_date Date with overflow should raise an ObjectFormatException when checked
Method test_check_commit_with_unparseable_time Undocumented
Method test_check_duplicates Undocumented
Method test_check_order Undocumented
Method test_custom Undocumented
Method test_encoding Undocumented
Method test_mangled_author_line Mangled author line should successfully parse
Method test_parse_gpgsig Undocumented
Method test_parse_header_trailing_newline Undocumented
Method test_simple Undocumented

Inherited from ShaFileCheckTests:

Method assertCheckFails Undocumented
Method assertCheckSucceeds Undocumented

Inherited from TestCase (via ShaFileCheckTests):

Method overrideEnv Undocumented
Method setUp Undocumented
def make_commit_lines(self, tree=b'd80c186a03f423a81b39df39dc87fd269736ca86', parents=[b'ab64bbdcc51b170d21588e5c5d391ee5c0c96dfd', b'4cffe90e0a41ad3f5190079d7c8f036bde29cbe6'], author=default_committer, committer=default_committer, encoding=None, message=b'Merge ../b\n', extra=None):

Undocumented

def make_commit_text(self, **kwargs):

Undocumented

def test_check(self):

Undocumented

def test_check_commit_with_overflow_date(self):

Date with overflow should raise an ObjectFormatException when checked

def test_check_commit_with_unparseable_time(self):

Undocumented

def test_check_duplicates(self):

Undocumented

def test_check_order(self):

Undocumented

def test_custom(self):

Undocumented

def test_encoding(self):

Undocumented

def test_mangled_author_line(self):

Mangled author line should successfully parse

def test_parse_gpgsig(self):

Undocumented

def test_parse_header_trailing_newline(self):

Undocumented

def test_simple(self):

Undocumented