lazygit/pkg/integration/tests/file
Stefan Haller caca62b89e Cleanup: simplify and tighten test expectations related to clipboard
Change our fake clipboard command to not append a linefeed; that's closer to
what the production code does.

This allows us to use Equals instead of Contains for checking the clipboard
contents.

Finally, use FileSystem().FileContent() to assert the clipboard contents,
instead of selecting the clipboard file and then checking the diff view.
2025-02-19 18:50:12 +01:00
..
collapse_expand.go Collapse/expand all files in tree 2025-01-13 21:13:11 +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 Support range select for staging/discarding files 2024-01-25 11:34:59 +11:00
discard_staged_changes.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
discard_unstaged_dir_changes.go Support range select for staging/discarding files 2024-01-25 11:34:59 +11:00
discard_unstaged_file_changes.go Support range select for staging/discarding files 2024-01-25 11:34:59 +11:00
discard_unstaged_range_select.go Support range select for staging/discarding files 2024-01-25 11:34:59 +11: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 Support range select for staging/discarding files 2024-01-25 11:34:59 +11:00
gitignore.go Use sentence case everywhere 2023-05-25 23:52:19 +10: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 Support setting the similarity threshold for detecting renames 2024-07-13 14:24:26 +10:00
shared.go Support range select for staging/discarding files 2024-01-25 11:34:59 +11:00
stage_children_range_select.go Simplify integration test 2024-07-06 21:22:04 +10:00
stage_deleted_range_select.go Don't stage already staged deleted items 2024-08-24 09:36:44 +10:00
stage_range_select.go Support range select for staging/discarding files 2024-01-25 11:34:59 +11:00