1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +02:00
lazygit/pkg/integration/tests
Stefan Haller 161bb684fa Make integration test more robust
If you ran this test enough times it would eventually fail; this happened
whenever the resulting squashed commit had a sha that happened to start with
"02". We test that "commit 02" does not appear in the diff window, but in that
case it did, at the very top of the window.

A better fix might be to change the commit message that we use in CreateNCommits
to something other than "commit XY", but that would require touching tons of
tests, so this is the easier fix.
2023-02-27 08:53:06 +01:00
..
bisect cleanup integration test code 2023-02-26 12:54:13 +11:00
branch cleanup integration test code 2023-02-26 12:54:13 +11:00
cherry_pick cleanup integration test code 2023-02-26 12:54:13 +11:00
commit migrate more tests 2023-02-22 21:57:32 +11:00
config remove dependency on model 2022-12-27 22:52:20 +11:00
conflicts cleanup integration test code 2023-02-26 12:54:13 +11:00
custom_commands move popup assertions into a struct 2022-12-28 11:00:22 +11:00
diff Add integration test for ignoring whitespace in diff 2023-02-07 13:33:10 +01:00
file show file tree by default in integration tests 2023-02-26 13:01:51 +11:00
filter_by_path cleanup integration test code 2023-02-26 12:54:13 +11:00
interactive_rebase Make integration test more robust 2023-02-27 08:53:06 +01:00
misc migrate initial open test 2023-02-19 15:48:09 +11:00
patch_building cleanup integration test code 2023-02-26 12:54:13 +11:00
reflog migrate reflog integration tests 2023-02-22 21:15:03 +11:00
shared migrate merge conflict tests 2023-02-26 11:22:24 +11:00
staging cleanup integration test code 2023-02-26 12:54:13 +11:00
stash migrate stash tests 2023-02-20 21:52:27 +11:00
submodule cleanup integration test code 2023-02-26 12:54:13 +11:00
sync show file tree by default in integration tests 2023-02-26 13:01:51 +11:00
tag add reset to tag test 2023-02-20 19:01:08 +11:00
ui show file tree by default in integration tests 2023-02-26 13:01:51 +11:00
undo migrate undo2 2023-02-20 18:20:23 +11:00
test_list_generator.go cleanup integration test code 2023-02-26 12:54:13 +11:00
test_list.go cleanup integration test code 2023-02-26 12:54:13 +11:00
tests.go cleanup integration test code 2023-02-26 12:54:13 +11:00