typelevel / typelevel/scalacheck-effect
Provide an example or documentation showing use with `scala.concurrent.Future`
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 83
- Forks
- 26
- Avg merge
- 4h 49m
- Merged PRs (30d)
- 4
Description
I was lead to this library by searching on Web how can I use ScalaCheck with async tests, in particular from https://github.com/typelevel/scalacheck/issues/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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the documentation statement that says scala.concurrent.Future can be used, and review the linked ScalaCheck issue for context. Done means a discoverable example or documentation explains how a Scala user with Scala Futures, ScalaTest and ScalaCheck can use this library without prior Cats experience.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100