SPECS2-3.8.9
·
1030 commits
to main
since this release
Maintenance version
Improvements
- project made the build TLS friendly
- core added a
batchedSized(n: Int)
(orunbatched
) argument to control how many examples are executed concurrently at once.
(the default isRuntime.getRuntime.availableProcessors
) - scalaz added documentation for scalaz.Task matchers #548 (thanks to Fabio Labella)
- scalaz added a
Matcher
to assert that aTask
can fail with a specificException
#546 (thanks to Fabio Labella)