I was lead to this library by searching on Web how can I use ScalaCheck with async tests, in particular from typelevel/scalacheck#214. The documentation says this is possible , saying:
but any effect F[_] with an instance of MonadError[F, Throwable] can be used, including scala.concurrent.Future.
I have experience with Scala Futures, ScalaTest and ScalaCheck, but no experience at all with Cats. I have no idea how can I provide what is necessary to use Futures with this library. Could perhaps some example or documentation be added here, on StackOverflow, or on any discoverable location?
I was lead to this library by searching on Web how can I use ScalaCheck with async tests, in particular from typelevel/scalacheck#214. The documentation says this is possible , saying:
I have experience with Scala Futures, ScalaTest and ScalaCheck, but no experience at all with Cats. I have no idea how can I provide what is necessary to use Futures with this library. Could perhaps some example or documentation be added here, on StackOverflow, or on any discoverable location?