Hello peeps, inspired by @christophsturm and failfast, I’ve been hacking on Minutest again.
I have a plan to create a (slightly) breaking v2.0, which can run all tests in a context in parallel.
Combined with JUnit 5 parallel test running this has more than halved the time taken to run Minutests own test suite.
I have few user questions.
• Should Minutest 2 enable parallel test running by default?
• At present I’m using a threadpool. Can anyone convince me that I should be using coroutines concurrency instead?