class documentation

Base tests for testing servers.

Does not inherit from TestCase so tests are not automatically run.

Method branch_args Undocumented
Method import_repos Undocumented
Method test_clone_from_dulwich_empty Undocumented
Method test_fetch_from_dulwich Undocumented
Method test_fetch_from_dulwich_issue_88_alternative Undocumented
Method test_fetch_from_dulwich_issue_88_standard Undocumented
Method test_fetch_from_dulwich_no_op Undocumented
Method test_fetch_full_depth_into_shallow_clone_from_dulwich Undocumented
Method test_fetch_same_depth_into_shallow_clone_from_dulwich Undocumented
Method test_lsremote_from_dulwich Undocumented
Method test_new_shallow_clone_from_dulwich Undocumented
Method test_push_to_dulwich Undocumented
Method test_push_to_dulwich_issue_88_standard Undocumented
Method test_push_to_dulwich_no_op Undocumented
Method test_push_to_dulwich_remove_branch Undocumented
Method test_shallow_clone_from_git_is_identical Undocumented
Method url Undocumented
Class Variable min_single_branch_version Undocumented
Instance Variable _client_repo Undocumented
Instance Variable _new_repo Undocumented
Instance Variable _old_repo Undocumented
Instance Variable _repo Undocumented
Instance Variable _source_repo Undocumented
Instance Variable _stub_repo Undocumented
Instance Variable _stub_repo_dw Undocumented
Instance Variable _stub_repo_git Undocumented
def branch_args(self, branches=None):

Undocumented

def import_repos(self):

Undocumented

def test_clone_from_dulwich_empty(self):

Undocumented

def test_fetch_from_dulwich(self):

Undocumented

def test_fetch_from_dulwich_issue_88_alternative(self):

Undocumented

def test_fetch_from_dulwich_issue_88_standard(self):

Undocumented

def test_fetch_from_dulwich_no_op(self):

Undocumented

def test_fetch_full_depth_into_shallow_clone_from_dulwich(self):
def test_fetch_same_depth_into_shallow_clone_from_dulwich(self):
def test_lsremote_from_dulwich(self):

Undocumented

def test_new_shallow_clone_from_dulwich(self):
def test_push_to_dulwich(self):
def test_push_to_dulwich_issue_88_standard(self):
def test_push_to_dulwich_no_op(self):

Undocumented

def test_push_to_dulwich_remove_branch(self):
def test_shallow_clone_from_git_is_identical(self):
def url(self, port):

Undocumented

min_single_branch_version: tuple[int, ...] =

Undocumented

_client_repo =

Undocumented

_new_repo =

Undocumented

_old_repo =

Undocumented

_repo =

Undocumented

_source_repo =

Undocumented

_stub_repo =

Undocumented

_stub_repo_dw =

Undocumented

_stub_repo_git =

Undocumented