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

7 Commits

Author SHA1 Message Date
c7a3b69eb9 Remove retry logic in integration tests
I want to see how we go removing all retry logic within a test. Lazygit should be trusted to tell us when it's no longer busy,
and if it that proves false we should fix the issue in the code rather than being lenient in the tests
2023-07-09 20:57:18 +10:00
6c4e7ee972 Add busy count for integration tests
Integration tests need to be notified when Lazygit is idle so they can progress to the next assertion / user action.
2023-07-08 22:54:52 +10:00
dd34adb36c Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
f7e8b2dd71 cleanup integration test code 2023-02-26 12:54:13 +11:00
9c645088bf give CI longer wait times before failing assertions 2023-02-25 21:37:16 +11:00
dd1bf629b8 migrate patch building tests 2023-02-25 21:37:16 +11:00
09e80e5f2a better namespacing for assertions 2022-12-27 21:26:18 +11:00