class documentation

class PackIndexTests(PackTests):

View In Hierarchy

Class that tests the index of packfiles

Method test_get_stored_checksum Undocumented
Method test_index_check Undocumented
Method test_index_len Undocumented
Method test_iter Undocumented
Method test_iterentries Undocumented
Method test_object_index Tests that the correct object offset is returned from the index.
Method test_object_sha1 Tests that the correct object offset is returned from the index.

Inherited from PackTests:

Method assertSucceeds Undocumented
Method get_pack Undocumented
Method get_pack_data Returns a PackData object from the datadir with the given sha
Method get_pack_index Returns a PackIndex from the datadir with the given sha
Method setUp Undocumented
Class Variable datadir Undocumented
Instance Variable tempdir Undocumented

Inherited from TestCase (via PackTests):

Method overrideEnv Undocumented
def test_get_stored_checksum(self):

Undocumented

def test_index_check(self):

Undocumented

def test_index_len(self):

Undocumented

def test_iter(self):

Undocumented

def test_iterentries(self):

Undocumented

def test_object_index(self):

Tests that the correct object offset is returned from the index.

def test_object_sha1(self):

Tests that the correct object offset is returned from the index.