jesseduffield.lazygit/pkg/integration/tests/stash
Stefan Haller ea84d5ee96 Add integration test for filtering the stashes list by file path
The test shows that it doesn't work, the list is empty both when filtering by
file and by folder.

I could have added test cases for these to the unit tests in
stash_loader_test.go instead, but I don't find tests that need to mock git's
output very valuable, so I opted for an integration test even though it takes
much longer to run.
2025-07-27 12:03:06 +02:00
..
apply.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
apply_patch.go Add a root item ("/") if files at top level have changed 2025-03-21 08:04:58 +01:00
create_branch.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
drop.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
drop_multiple.go feat: Implement range stash drop 2025-04-02 17:34:35 +08:00
filter_by_path.go Add integration test for filtering the stashes list by file path 2025-07-27 12:03:06 +02:00
pop.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
prevent_discarding_file_changes.go Allow discarding changes only from local commits 2023-06-07 12:48:56 +02:00
rename.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
show_with_branch_named_stash.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
stash.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
stash_all.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
stash_and_keep_index.go Add a root item ("/") if files at top level have changed 2025-03-21 08:04:58 +01:00
stash_including_untracked_files.go Add a root item ("/") if files at top level have changed 2025-03-21 08:04:58 +01:00
stash_staged.go Add a root item ("/") if files at top level have changed 2025-03-21 08:04:58 +01:00
stash_staged_partial_file.go Always render diffs to the main/secondary context pair, even for files 2025-04-21 18:03:18 +02:00
stash_unstaged.go Add a root item ("/") if files at top level have changed 2025-03-21 08:04:58 +01:00