class documentation

class TagParseTests(ShaFileCheckTests):

View In Hierarchy

Undocumented

Method make_tag_lines Undocumented
Method make_tag_text Undocumented
Method test_check Undocumented
Method test_check_duplicates Undocumented
Method test_check_order Undocumented
Method test_check_tag_with_overflow_time Date with overflow should raise an ObjectFormatException when checked
Method test_check_tag_with_unparseable_field Undocumented
Method test_parse Undocumented
Method test_parse_no_message Undocumented
Method test_parse_no_tagger Undocumented
Method test_tree_copy_after_update Check Tree.id is correctly updated when the tree is copied after updated.

Inherited from ShaFileCheckTests:

Method assertCheckFails Undocumented
Method assertCheckSucceeds Undocumented

Inherited from TestCase (via ShaFileCheckTests):

Method overrideEnv Undocumented
Method setUp Undocumented
def make_tag_lines(self, object_sha=b'a38d6181ff27824c79fc7df825164a212eff6a3f', object_type_name=b'commit', name=b'v2.6.22-rc7', tagger=default_tagger, message=default_message):

Undocumented

def make_tag_text(self, **kwargs):

Undocumented

def test_check(self):

Undocumented

def test_check_duplicates(self):

Undocumented

def test_check_order(self):

Undocumented

def test_check_tag_with_overflow_time(self):

Date with overflow should raise an ObjectFormatException when checked

def test_check_tag_with_unparseable_field(self):

Undocumented

def test_parse(self):

Undocumented

def test_parse_no_message(self):

Undocumented

def test_parse_no_tagger(self):

Undocumented

def test_tree_copy_after_update(self):

Check Tree.id is correctly updated when the tree is copied after updated.