-
ScalaTest Version: 3.2.0-SNAP10
ScalaCheck Version: 1.13.5
ScalaVersion: 2.12.6
The repo demonstrating the issue can be found here https://github.com/mdedetrich/scalatest-forall-async-example (sp…
-
I just had `ParseGeneratedDocTest` fail once with the following error, then succeed on the next run with no changes:
```
ParseGeneratedDocTest:
- parse randomly generated Model.toDoc (43 seconds,…
roblg updated
6 years ago
-
I am looking for a way to generate values which depend on each other. In particular, I want to recreate the following simple example from ScalaCheck's User Guide (https://github.com/typelevel/scalache…
-
Failing generators are really bad now that we have non-constant arbitrary functions in ScalaCheck 1.13. Here's an example of a place this comes up in this library (derived from [an example](http://sta…
-
Lars got us started, but we should make sure that the scalacheck-binding project exports useful types for doing property-based testing with all of Spire's number types.
-
I've noticed that ``TestGen`` contains
```scala
def importArbitrary(examples: Seq[ParsedDoctest]): String =
if (containsProperty(examples)) "import org.scalacheck.Arbitrary._" else ""
de…
-
We really want O(1) steps per partition, since we want to make sure cascading can plan it fast, but still we don't understand why the law is failing. It could be our model of how cascading plans is of…
-
Given:
```scala
trait HasApply {
def apply(a: Int, b: String): Int = a
}
object HasApply {
implicit def foo[T](x: T): HasApply = ???
}
import HasApply._
object Test {
val str = "ab…
-
I noticed that the artifact name was changed to `scalacheck-1.14`. It was previously set to `scalatest-scalacheck`. Was this intentional? The convention for most Scala packages that provide extens…
-
We should prune annex items from stack traces.
Current formatted as diff of desired change:
```diff
INFO: From Testing //src/test/scala/io/higherkindness/arktika/scalac:ArktikaPhaseChecks:
=====…