1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-18 05:17:55 +02:00
Jesse Duffield 429225da80 Support random order of command execution in unit tests
Now that we run code concurrently in our loaders, we need to handle that in our tests.
We could enforce a deterministic ordering by mocking waitgroup or something like that,
but I think it's fine to let our tests handle some randomness given that prod itself
will have that randomness.

I've removed the patch test file because it was clunky, not providing much value, and
it would have been hard to refactor to the new pattern
2023-07-29 12:36:17 +10:00
..
2022-03-24 20:14:41 +11:00
2023-06-01 19:21:24 +10:00
2023-06-01 19:21:24 +10:00
2023-07-22 14:36:35 +10:00
2022-12-30 20:01:14 +09:00
2023-07-22 14:36:35 +10:00
2023-07-29 10:04:11 +10:00
2022-12-30 20:01:14 +09:00
2023-05-23 20:23:08 +10:00