-
Question: checkPgpSignatures seems to skip the signature checking for the couple dependency modules. Can we force it to check all dependencies?
For example: my default xml shows 16 dependencies. Howe…
-
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…
-
For a long time I was having trouble w/ 3.0.x --> 3.1.x migration, but everywhere I'm using `scalatest` and `scalatestplus` been running pretty smoothly for a while now. I had an old repo that was sti…
-
According to the official document of scalatest + scalacheck integration:
https://www.scalatest.org/user_guide/property_based_testing
The only bay to specify randomisation seed is through sbt:
…
-
Hi @ChocPanda,
Personally I have been using [https://github.com/spotify/magnolify](https://github.com/spotify/magnolify)'s scalacheck module for a while instead of this project. They have both Arbi…
-
Here is a list of Typelevel projects to be converted:
- [ ] algebra
- [ ] alleycats
- [ ] argonaut-shapeless
- [ ] catalysts
- [x] cats
- [x] cats-effect
- [ ] cats-collections
- [ ] cats-mtl
…
-
Scala 2.12
Scalacheck 1.14.0
**Expected**
When a property fails then each argument would only be shrunk and new arguments would not be generated.
**Actual**
The last argument is shrunk fi…
-
When running the "Push" Travis tests for `japron-fresh`, we got a failure in the `FixFunSpec`. The failure did not appear during the second "PR" test run, which makes me think that this failure is no…
-
My team has a library which contains a bunch of predefined generators. Here's [a simple one](https://github.com/paypal/cascade/blob/develop/common/src/test/scala/com/paypal/cascade/common/tests/scalac…
-
```
ScalaCheck provides the Prop.forAllNoShrink method as a way to disable the
automatic shrinking feature. But it appears that ScalaTest's
GeneratorDrivenPropertyChecks does not provide any way to …