-
## Compiler version
3.3.1
## Minimized example
The compiler is complaining about a usage of `forSome` however it is not found in either the project or its dependencies.
here are some cros…
-
Hi,
At some point sbt started holding onto events until a test class completes, then emitting them all at once. This may have made the output of other test frameworks better, but it made ScalaTest ou…
-
Most of the gll-combinators test suite is highly applicable to parseback, and the syntax is very very close. It should be relatively easy to port over most of the tests. As an initial spike, any tes…
-
Hi,
When running tests from terminal via 'mvn clean test' command, the generated surefire report in 'target/surefire-reports/' does not have a tests name. i.e:
``
This messes up our TC reporting…
-
This code snippet in the user guide: https://etorreborre.github.io/specs2/guide/SPECS2-5.2.0/org.specs2.guide.HtmlOutput.html#create-an-index:
```scala
import org.specs2.*
import specification.co…
-
During writing tests on full cycle of creating a token and then decoding it I spotted behaviour which I would classify as inconsistent and confusing.
Putting a random string (not a valid json) into …
-
There is an e2e test having the following BUILD.bazel file:
>
--------------------------------------------------------------
specs2_ite2e_test(
name = "e2e",
size = "large",
srcs …
-
My team has a library which contains a bunch of predefined generators. Here's [a simple one](https://github.com/paypal/cascade/blob/develop/common/src/test/scala/com/paypal/cascade/common/tests/scalac…
-
`> show javaOptions`
`[debug] > show javaOptions`
`[debug] Evaluating tasks: analytics/test:javaOptions`
`[debug] Running task... Cancel: sbt.TaskCancellationStrategy$Null$@4db33a1e, check cycles: fal…
-
This is my test case
```
class CompanySpec extends PlaySpecification with EmbedConnection {
"Company" should {
"save Company to mongo" in new WithEmbededMongo {
val user = "test@test.co…