1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
ed1547e0cb Add a Click() primitive to the integration test library 2023-08-07 15:10:28 +01:00
e33fe37a99 Standardise on using lo for slice functions
We've been sometimes using lo and sometimes using my slices package, and we need to pick one
for consistency. Lo is more extensive and better maintained so we're going with that.

My slices package was a superset of go's own slices package so in some places I've just used
the official one (the methods were just wrappers anyway).

I've also moved the remaining methods into the utils package.
2023-07-30 18:51:23 +10:00
f7e8b2dd71 cleanup integration test code 2023-02-26 12:54:13 +11:00
f999bbce7c add code generator for creating tests list 2023-02-19 11:48:09 +11:00
e3c6738535 remove snapshot approach for new integration tests 2022-12-20 22:45:03 +11:00
6dca3e1766 allow two attempts on CI 2022-09-16 22:31:46 -07:00
7b757d1cfe add branch rebase integration test 2022-09-09 20:55:47 -07:00
79620fc6cf don't quit integration test tui upon error 2022-09-09 20:55:47 -07:00
b2ae651686 add slow flag to integration tests 2022-08-14 20:49:20 +10:00
e875d6b448 ensuring you can't accidentally forget to add a test to the tests list 2022-08-14 20:49:20 +10:00
9c0d860980 basic custom command test 2022-08-14 20:49:20 +10:00
5173d7f5e1 better CLI interface 2022-08-14 17:20:52 +10:00