mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02:00
refactor: unify how executor tests are written (#2042)
* feat: use TaskTest for executor tests * feat: more tests * feat: separate tests for executing and formatting with new functional options that work for both test types * feat: formatter tests * refactor: more tests
This commit is contained in:
12
testdata/concurrency/testdata/TestConcurrency.golden
vendored
Normal file
12
testdata/concurrency/testdata/TestConcurrency.golden
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
done 1
|
||||
done 2
|
||||
done 3
|
||||
done 4
|
||||
done 5
|
||||
done 6
|
||||
task: [t1] echo done 1
|
||||
task: [t2] echo done 2
|
||||
task: [t3] echo done 3
|
||||
task: [t4] echo done 4
|
||||
task: [t5] echo done 5
|
||||
task: [t6] echo done 6
|
||||
Reference in New Issue
Block a user