-
This issue was copied over from: [https://github.com/disneystreaming/weaver-test/issues/589](https://github.com/disneystreaming/weaver-test/issues/589)
It was opened by: [armanbilge](https://github.c…
-
This issue was copied over from: [https://github.com/disneystreaming/weaver-test/issues/698](https://github.com/disneystreaming/weaver-test/issues/698)
It was opened by: [epifab](https://github.com/e…
-
## Questions are not bug reports
Miles had a question:
TIL that if you ask `Prop.forAll` for more than 8 arbitraries in a test the test will silently succeed no matter what.
If you hand `Prop.f…
-
For over 10 years John Hughes' QuickCheck has been the gold standard for property-testing libraries, and has been ported faithfully to many languages, including [Scala](https://github.com/rickynils/sc…
-
Am I right to say that gradle does not support ScalaCheck tests out of the box?
I have also been unsuccessful using this (nice) plugin for ScalaCheck.
How hard would it be to extend this to sup…
-
Write an implementation of a Scalacheck `Prop` that takes a `Trials[X]` instance and an `X => Result`, paralleling how Scalacheck integrates its own `Gen[X]` instances into the framework. This would a…
-
-
Holden Karau has a project, https://github.com/holdenk/spark-testing-base, that provides scalacheck `Gen`s and `assert` helpers for `RDD`, `Dataframe`, and `Dataset`. It would be cool if there was a f…
-
It's pretty obvious to anyone who's been using smithy4s a few minutes that automatic scalacheck generators would be pretty neat. There seems to have been some work on this eg,
https://github.com/di…
-
See this build log: https://travis-ci.com/pauljamescleary/scala-pet-store/jobs/217639130
```
[info] PetEndpointsSpec:
[info] - create pet *** FAILED ***
[info] MalformedMessageBodyFailure was …