-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support scalatest mixins #27
Comments
I personally prefer the mixin style but didn't want scalacheck-effect to diverge from the syntax used by munit-scalacheck. If there was a mixin trait in munit-scalacheck that provided the various |
If it was restricted to a scalacheck-effect-scalatest package, would that help? |
I don't think so, as we'd still have the same disparity between Note source compatibility is generally just an import away -- |
i've been looking into how to use scalacheck in scalatest for properties that return an effect, i came across https://gist.github.com/mpilquist/7dd30a44ca2a7fe0cd494d9b04e4f661#file-eff-scala from yourself @mpilquist is that not what we're after in this issue? |
To help this be a better drop-in upgrade from scalatest-scalacheck, it would help to have mixins that provide
forAll
helpers in the style ofScalaCheckPropertyChecks
The text was updated successfully, but these errors were encountered: