summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/test_list.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-24 15:29:23 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-07-30 18:35:23 +1000
commitb93b9dae888683bb36da141981842a85e8010ff2 (patch)
treea4027264e225ca24beb983acda504cacda54025e /pkg/integration/tests/test_list.go
parent277142fc4b9db9d722b648efb29b6fa905b5fb36 (diff)
Add worktree tests for removing/detaching
Diffstat (limited to 'pkg/integration/tests/test_list.go')
-rw-r--r--pkg/integration/tests/test_list.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/integration/tests/test_list.go b/pkg/integration/tests/test_list.go
index d2e2848e7..e22ed7334 100644
--- a/pkg/integration/tests/test_list.go
+++ b/pkg/integration/tests/test_list.go
@@ -222,6 +222,9 @@ var tests = []*components.IntegrationTest{
undo.UndoDrop,
worktree.AddFromBranch,
worktree.Crud,
+ worktree.DetachWorktreeFromBranch,
+ worktree.ForceRemoveWorktree,
worktree.Rebase,
+ worktree.RemoveWorktreeFromBranch,
worktree.WorktreeInRepo,
}