jesseduffield.lazygit/pkg/integration/tests/file
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
..
collapse_expand.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
copy_menu.go Cleanup: simplify and tighten test expectations related to clipboard 2025-02-19 18:50:12 +01:00
dir_with_untracked_file.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
discard_all_dir_changes.go Ask to auto-stage unstaged files when continuing a rebase after resolving conflicts 2024-09-02 18:24:36 +02:00
discard_range_select.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
discard_staged_changes.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
discard_unstaged_dir_changes.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
discard_unstaged_file_changes.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
discard_unstaged_range_select.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
discard_various_changes.go Support range select for staging/discarding files 2024-01-25 11:34:59 +11:00
discard_various_changes_range_select.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
gitignore.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
remember_commit_message_after_fail.go Support range select for staging/discarding files 2024-01-25 11:34:59 +11:00
rename_similarity_threshold_change.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
shared.go Support range select for staging/discarding files 2024-01-25 11:34:59 +11:00
stage_children_range_select.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
stage_deleted_range_select.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00
stage_range_select.go Cleanup: make integration test assertions for files panel more specific 2025-03-20 11:58:50 +01:00