class documentation

class InitNewWorkingDirectoryTestCase(WorkingTreeTestCase):

View In Hierarchy

Test compatibility of Repo.init_new_working_directory.

Method setUp Undocumented
Method test_bare Undocumented
Method test_head_equality Undocumented
Class Variable min_git_version Undocumented
Instance Variable _number_of_working_tree Undocumented
Instance Variable _other_worktree Undocumented
Instance Variable _repo Undocumented

Inherited from WorkingTreeTestCase:

Method create_new_worktree Create a new worktree using git-worktree.
Method test_git_worktree_config Test that git worktree config parsing matches the git CLI's behavior.
Method test_git_worktree_list Undocumented
Method test_refs Undocumented
Method _parse_worktree_list Undocumented
Instance Variable _mainworktree_repo Undocumented
Instance Variable _worktree_path Undocumented
Instance Variable _worktree_repo Undocumented

Inherited from ObjectStoreTestCase (via WorkingTreeTestCase):

Method assertShasMatch Undocumented
Method test_all_objects Undocumented
Method test_head Undocumented
Method test_loose_objects Undocumented
Method test_packed_objects Undocumented
Method _get_all_shas Undocumented
Method _get_loose_shas Undocumented
Method _parse_objects Undocumented
Method _parse_refs Undocumented
Method _run_git Undocumented

Inherited from CompatTestCase (via WorkingTreeTestCase, ObjectStoreTestCase):

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

Inherited from TestCase (via WorkingTreeTestCase, ObjectStoreTestCase, CompatTestCase):

Method overrideEnv Undocumented