Releases: typelevel/cats-effect-testing
Releases · typelevel/cats-effect-testing
0.3.0
Continuing to flesh out our feature-set. Major changes:
- The Specs2 support is now generalized to any
Effect
, allowing convenient syntax for testing MonixTask
andZIO
in addition to cats-effect's ownIO
. TheCatsEffect
trait represents the generalized version, whileCatsIO
is the mixin to use when testing withcats.effect.IO
. - ScalaTest support is here!
Remember that this is an 0.x release, so no particular compatibility guarantees are made with anything outside the 0.3.x major/minor pair. We'll be moving to stabilize things more in the future.