1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-09 09:22:48 +03:00

test: add integration test to verify the interactive rebase correctly work

This commit is contained in:
AzraelSec
2023-04-02 20:45:21 +02:00
committed by Jesse Duffield
parent ddcd6be245
commit b82b6a2992
2 changed files with 67 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ var tests = []*components.IntegrationTest{
filter_by_path.CliArg,
filter_by_path.SelectFile,
filter_by_path.TypeFile,
interactive_rebase.AdvancedInteractiveRebase,
interactive_rebase.AmendFirstCommit,
interactive_rebase.AmendHeadCommitDuringRebase,
interactive_rebase.AmendMerge,