-
### BACKGROUND
I have used Scalacheck a lot in the past, and have gravitated over to the Scalatest flavour of it, using GeneratorDrivenPropertyChecks and native Scalatest assertions as opposed to S…
-
All the scalatest [`Checkers`](http://doc.scalatest.org/3.0.0/index.html#org.scalatest.prop.Checkers) expect a `Prop` to check. Up until 1.13.0 of scalacheck [`Properties`](https://www.scalacheck.org/…
-
---
**From the maintainer Li Haoyi**: I'm putting a 2000USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
---
We should be able to run `./mill init` to do a…
-
A file containing only the following import reports it as a relative import.
```scala
import org.scalatest.FunSuite
```
```
[error] TestTest.scala:1:8: error: [ScalalintImports] Relative import…
gdeOo updated
4 years ago
-
When I make build,there are something wrong.
Could someone help me?
2016-11-25 19:25:01,459 [Thread-2] INFO util.ShutdownHookManager - Shutdown hook called
2016-11-25 19:25:01,459 [Thread-2] INF…
-
## steps
Setup project with following build.sbt:
```scala
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1"
fork in (Test, test) := true
javaOptions in (Test, test) ++= Seq("-Dkey=v…
dos65 updated
1 month ago
-
The Scala 3 community build runs scalatest's own tests and I've seen the following test occasionally fail:
- EventuallySpec
- TimeLimitsSpec
- ParallelTestExecutionSpec
But because our community…
-
Hi Justin,
Please add Scaladoc documentation to the public methods, classes, objects, and traits in the 3.1.x branch for the ScalaTest Generator and the other files in this dir:
https://github.c…
-
## steps
Create a simple Scala project which uses Jython
Create a ScalaTest that throws a `PyException` which isn't serializable.
Set:
```
Test/fork := true
```
SBT version: 1.7.1
Java versi…
-
### Describe the bug
Most of the time scala tests are not recognised (I am using vscode). I can still run a test class but each test is not reported, instead the error for every test is reported at t…