class documentation

Base class for testing packs

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:

Method overrideEnv Undocumented
def assertSucceeds(self, func, *args, **kwargs):

Undocumented

def get_pack(self, sha):

Undocumented

def get_pack_data(self, sha):

Returns a PackData object from the datadir with the given sha

def get_pack_index(self, sha):

Returns a PackIndex from the datadir with the given sha

datadir =

Undocumented

tempdir =

Undocumented