jesseduffield.lazygit/pkg/integration/tests/patch_building
Stefan Haller 4ca012dbfb Add test for reverse-applying a patch that conflicts
The patch contains changes to two files; the first one conflicts, the second
doesn't. Note how it only applies changes to the first file at this point in the
branch; we'll fix this in the next commit.

This test would fail on master for multiple reasons.
2023-03-07 09:49:34 +01:00
..
apply.go cleanup integration test code 2023-02-26 12:54:13 +11:00
apply_in_reverse.go cleanup integration test code 2023-02-26 12:54:13 +11:00
apply_in_reverse_with_conflict.go Add test for reverse-applying a patch that conflicts 2023-03-07 09:49:34 +01:00
copy_patch_to_clipboard.go cleanup integration test code 2023-02-26 12:54:13 +11:00
move_to_index.go cleanup integration test code 2023-02-26 12:54:13 +11:00
move_to_index_partial.go cleanup integration test code 2023-02-26 12:54:13 +11:00
move_to_index_with_conflict.go cleanup integration test code 2023-02-26 12:54:13 +11:00
move_to_new_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
remove_from_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
reset_with_escape.go migrate patch building tests 2023-02-25 21:37:16 +11:00
select_all_files.go migrate patch building tests 2023-02-25 21:37:16 +11:00
specific_selection.go cleanup integration test code 2023-02-26 12:54:13 +11:00
start_new_patch.go cleanup integration test code 2023-02-26 12:54:13 +11:00