git-annex/Test
Joey Hess 240fb00323
Deal with breaking changes to test concurrency in tasty-1.5.4
tasty enabled concurrency by default, so use inOrderTestGroup to indicate
these tests are not cuncurrent.

Note that the QuickCheck tests are of course concurrent, but were still
made to use inOrderTestGroup. Since git-annex test has its own concurrency
of child processes, it seemed better to not have those run concurrently
with more threads.

Unfortunately, tasty-1.5.4 has a bug with terminal escape sequence output,
https://github.com/UnkindPartition/tasty/issues/476
which badly affects git-annex test. So I've not updated stack.yaml to use
it yet.
2026-04-20 10:52:56 -04:00
..
Framework.hs Deal with breaking changes to test concurrency in tasty-1.5.4 2026-04-20 10:52:56 -04:00