class documentation
class InitNewWorkingDirectoryTestCase(WorkingTreeTestCase):
Test compatibility of Repo.init_new_working_directory.
Method | set |
Undocumented |
Method | test |
Undocumented |
Method | test |
Undocumented |
Class Variable | min |
Undocumented |
Instance Variable | _number |
Undocumented |
Instance Variable | _other |
Undocumented |
Instance Variable | _repo |
Undocumented |
Inherited from WorkingTreeTestCase
:
Method | create |
Create a new worktree using git-worktree. |
Method | test |
Test that git worktree config parsing matches the git CLI's behavior. |
Method | test |
Undocumented |
Method | test |
Undocumented |
Method | _parse |
Undocumented |
Instance Variable | _mainworktree |
Undocumented |
Instance Variable | _worktree |
Undocumented |
Instance Variable | _worktree |
Undocumented |
Inherited from ObjectStoreTestCase
(via WorkingTreeTestCase
):
Method | assert |
Undocumented |
Method | test |
Undocumented |
Method | test |
Undocumented |
Method | test |
Undocumented |
Method | test |
Undocumented |
Method | _get |
Undocumented |
Method | _get |
Undocumented |
Method | _parse |
Undocumented |
Method | _parse |
Undocumented |
Method | _run |
Undocumented |
Inherited from CompatTestCase
(via WorkingTreeTestCase
, ObjectStoreTestCase
):
Method | assert |
Undocumented |
Method | assert |
Undocumented |
Method | assert |
Undocumented |
Method | import |
Import a repo from a fast-export file in a temporary directory. |
Inherited from TestCase
(via WorkingTreeTestCase
, ObjectStoreTestCase
, CompatTestCase
):
Method | override |
Undocumented |