-
## _Relentless automation!_
One shall see that given limited time and efforts, programmers tend to skip writing tests, and code quality plummets when a whole team joins such action. Tests should be…
-
With ScalaTest 2.2.1, sbt 0.13.6, and Scala 2.10.4, I'm seeing the following output when a [generator-driven property check](http://www.scalatest.org/user_guide/property_based_testing) fails:
> Repor…
-
Hi,
is it possible to extend the user guide with some kind of how a beforeAll / afterAll could be implemented?
I'm trying to test a persistence layer with scalacheck and would like to setup / teardow…
-
```
See this for more information. Its very nicely done.
http://labs.carrotsearch.com/randomizedtesting.html
```
Original issue reported on code.google.com by `kolar.radim` on 25 May 2013 at 11:52
-
I have some custom generators for `Map[String, Foo]`, and the default `Shrink` instance that `forAll` passes breaks the constants and causes me to lose my original error.
I saw that scalacheck has a …
-
Property-based testing is a powerful approach for testing.
It came from Haskell community (original lib called [QuickCheck](https://hackage.haskell.org/package/QuickCheck)), but there are analogs for…
-
We should support Scala.js where it makes sense (e.g., the model checker probably cannot, but it isn't need to anyway).
- [x] Check dependencies
- [x] shapeless
- [x] Cats
- [x] circe
-…
-
We should allow the user to add constraints to the generated values of Instantiator.
For example, we should allow the user to tell Instantiator that, if it's generating an Integer, it should be posit…
-
-
There's something dodgy going on with `arbIllegalValueFromDec` , at least when used in conjunction with shapeless.
If there's a implicit decoder in the same block and an implicit `IllegalString[Int O…