class documentation

class BlobReadTests(TestCase):

View In Hierarchy

Test decompression of blobs

Method commit Undocumented
Method get_blob Return the blob named sha from the test data dir
Method get_sha_file Undocumented
Method get_tag Undocumented
Method get_tree Undocumented
Method test_chunks Undocumented
Method test_create_blob_from_string Undocumented
Method test_decompress_simple_blob Undocumented
Method test_eq Undocumented
Method test_hash Undocumented
Method test_legacy_from_file Undocumented
Method test_legacy_from_file_compression_level Undocumented
Method test_parse_empty_blob_object Undocumented
Method test_parse_legacy_blob Undocumented
Method test_read_commit_from_file Undocumented
Method test_read_commit_no_parents Undocumented
Method test_read_commit_two_parents Undocumented
Method test_read_tag_from_file Undocumented
Method test_read_tree_from_file Undocumented
Method test_read_tree_from_file_parse_count Undocumented
Method test_set_chunks Undocumented
Method test_splitlines Undocumented
Method test_stub_sha Undocumented
Instance Variable deserialize_count Undocumented

Inherited from TestCase:

Method overrideEnv Undocumented
Method setUp Undocumented
def commit(self, sha):

Undocumented

def get_blob(self, sha):

Return the blob named sha from the test data dir

def get_sha_file(self, cls, base, sha):

Undocumented

def get_tag(self, sha):

Undocumented

def get_tree(self, sha):

Undocumented

def test_chunks(self):

Undocumented

def test_create_blob_from_string(self):

Undocumented

def test_decompress_simple_blob(self):

Undocumented

def test_eq(self):

Undocumented

def test_hash(self):

Undocumented

def test_legacy_from_file(self):

Undocumented

def test_legacy_from_file_compression_level(self):

Undocumented

def test_parse_empty_blob_object(self):

Undocumented

def test_parse_legacy_blob(self):

Undocumented

def test_read_commit_from_file(self):

Undocumented

def test_read_commit_no_parents(self):

Undocumented

def test_read_commit_two_parents(self):

Undocumented

def test_read_tag_from_file(self):

Undocumented

def test_read_tree_from_file(self):

Undocumented

def test_read_tree_from_file_parse_count(self):

Undocumented

def test_set_chunks(self):

Undocumented

def test_splitlines(self):

Undocumented

def test_stub_sha(self):

Undocumented

deserialize_count: int =

Undocumented