refactor: sort list of integration tests

This commit is contained in:
Andrew Hynes 2022-11-12 18:09:10 -03:30
parent f03e1e4e42
commit d7fb441a3c

View file

@ -25,26 +25,27 @@ import (
// be sure to add it to this list.
var tests = []*components.IntegrationTest{
commit.Commit,
commit.NewBranch,
branch.Suggestions,
bisect.Basic,
bisect.FromOtherBranch,
branch.Delete,
branch.Rebase,
branch.RebaseAndDrop,
interactive_rebase.One,
interactive_rebase.AmendMerge,
custom_commands.Basic,
custom_commands.MultiplePrompts,
custom_commands.MenuFromCommand,
bisect.Basic,
bisect.FromOtherBranch,
branch.Suggestions,
cherry_pick.CherryPick,
cherry_pick.CherryPickConflicts,
commit.Commit,
commit.NewBranch,
custom_commands.Basic,
custom_commands.FormPrompts,
stash.Stash,
stash.StashIncludingUntrackedFiles,
stash.Rename,
custom_commands.MenuFromCommand,
custom_commands.MultiplePrompts,
file.DirWithUntrackedFile,
interactive_rebase.AmendMerge,
interactive_rebase.One,
stash.Rename,
stash.Stash,
stash.StashIncludingUntrackedFiles,
stash.Stash,
}
func GetTests() []*components.IntegrationTest {