summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/tests_gen.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-02-20 21:52:27 +1100
committerJesse Duffield <jessedduffield@gmail.com>2023-02-20 21:52:27 +1100
commit2b6a109e3838e39eec8314f4ff50e6e3068c0c21 (patch)
tree37ec455b53540aad1b8c1222bb2d63d8269f8387 /pkg/integration/tests/tests_gen.go
parente1c376ef5490f3e964ee8c5bd554957c05c60884 (diff)
migrate stash tests
Diffstat (limited to 'pkg/integration/tests/tests_gen.go')
-rw-r--r--pkg/integration/tests/tests_gen.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/integration/tests/tests_gen.go b/pkg/integration/tests/tests_gen.go
index 27ca095c1..c7cf462fe 100644
--- a/pkg/integration/tests/tests_gen.go
+++ b/pkg/integration/tests/tests_gen.go
@@ -81,9 +81,18 @@ var tests = []*components.IntegrationTest{
misc.ConfirmOnQuit,
misc.InitialOpen,
patch_building.CopyPatchToClipboard,
+ stash.Apply,
+ stash.ApplyPatch,
+ stash.CreateBranch,
+ stash.Drop,
+ stash.Pop,
stash.Rename,
stash.Stash,
+ stash.StashAll,
+ stash.StashAndKeepIndex,
stash.StashIncludingUntrackedFiles,
+ stash.StashStaged,
+ stash.StashUnstaged,
submodule.Add,
submodule.Enter,
submodule.Remove,