class documentation

Test case that requires git for compatibility checks.

Subclasses can change the git version required by overriding min_git_version.

Method assertObjectStoreEqual Undocumented
Method assertReposEqual Undocumented
Method assertReposNotEqual Undocumented
Method import_repo Import a repo from a fast-export file in a temporary directory.
Method setUp Undocumented
Class Variable min_git_version Undocumented

Inherited from TestCase:

Method overrideEnv Undocumented
def assertObjectStoreEqual(self, store1, store2):

Undocumented

def assertReposEqual(self, repo1, repo2):

Undocumented

def assertReposNotEqual(self, repo1, repo2):

Undocumented

def import_repo(self, name):

Import a repo from a fast-export file in a temporary directory.

Returns: An initialized Repo object that lives in a temporary
directory.
Parameters
nameThe name of the repository export file, relative to dulwich/tests/data/repos.