-
I've noticed that ``TestGen`` contains
```scala
def importArbitrary(examples: Seq[ParsedDoctest]): String =
if (containsProperty(examples)) "import org.scalacheck.Arbitrary._" else ""
de…
-
Hello there,
Should we link scalatest scalafix rules to scalatestplus dependency too, so that for example when [scalatestplus](https://github.com/playframework/scalatestplus-play) is updated to `5.…
-
Currently robotest works ok with robolectric 3.0, but not with 3.1:
_**java.lang.NoSuchMethodError: org.robolectric.internal.bytecode.InstrumentationConfiguration$Builder.doNotAquireClass(Ljava/lang/…
-
https://github.com/apache/incubator-pekko/actions/runs/4532716547/jobs/7984495441?pr=275#step:6:3640
```
[03-27 14:07:18.972] [info] - must be retried during handshake-timeout (no message loss) *** …
-
https://travis-ci.com/github/akka/akka-projection/jobs/355325704
```
[info] - must fail after retrying when using RecoveryStrategy.retryAndFail *** FAILED *** (3 seconds, 47 milliseconds)
[info…
-
The container is :
```scala
override def container: MSSQLServerContainer = new MSSQLServerContainer(
dockerImageName = DockerImageName.parse("mcr.microsoft.com/mssql/server:2022-latest")
)
…
-
Json4s extraction breaks on a field of a generic type whose type parameter is an alias to an `AnyVal` type (e.g., `List[X]`, where `X` is declared as "`type X = Long`"). A test case is below.
For ve…
dsbos updated
4 years ago
-
I attempted to release this today but seem to be having some 2.11/2.12 bincompat issues. @markusjura have you seen this before?
I get this when running `sbt +test`:
```bash
longshorej@ubuntu16…
-
#### Description of the issue. Please be specific.
When importing a project using `rules_scala`, `scalatest` is no longer added to the list of External Libraries.
#### What's the simplest set of …
-
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:
…