jesseduffield.lazygit/pkg/integration/tests/stash
Stefan Haller 0b5504aa98 Cleanup: make integration test assertions for files panel more specific
Assert the entire lines using Equals instead of Contains. This makes the tests a
bit easier to read, and it makes it much easier to decide how they need to be
changed when we change the layout (like we do in the last commit of this
branch).

It is true that this requires changing all these tests for any future UI
changes, but I think this is a good price to pay; those adaptions are trivial
and can be done without thinking.
2025-03-20 11:58:50 +01:00
..
apply.go Switch to Files panel after popping a stash 2024-09-06 13:15:37 +02:00
apply_patch.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
create_branch.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
drop.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pop.go Switch to Files panel after popping a stash 2024-09-06 13:15:37 +02:00
prevent_discarding_file_changes.go Allow discarding changes only from local commits 2023-06-07 12:48:56 +02:00
rename.go Fix incorrect stash diff after rename 2025-02-06 09:55:26 +01:00
stash.go feat: add age on stash lines 2023-12-27 11:21:49 +01:00
stash_all.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
stash_and_keep_index.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
stash_including_untracked_files.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
stash_staged.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
stash_staged_partial_file.go Bump gocui 2025-01-07 17:34:30 +01:00
stash_unstaged.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00