-
I'd like to change the test framework to weaver so this project hightlights scala at its best https://disneystreaming.github.io/weaver-test/. I don't think specs2 does that. Thoughts?
-
- [x] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/1.x/CONTRIBUTING.md) guidelines
## steps
In a Play project I tried to upgrade SBT from 1.1.4 to 1.1.5, simply changing the `sbt…
-
Example:
In the scripted test the method of the test suite
```
/**
* scala> Main.square(4)
* res0: Int = 16
*/
private[sbt_doctest] def square(x: Int) = x * x
```
contains on…
-
Do you plan to also support specs2 ?
-
When using an int conversion from IntImplicits, for instance 2.days in the context of a specs2 test, the implicit conversion from Int to DateTime conflicts with the one from specs2's TimeConversion, g…
-
First of all, great work with the project!
Repro steps:
* create the initial report
* make no changes, remain on `master` branch
* re-run the tests
* all the tests run again instead of being …
-
We are using specs2 for our tests. Is it possible to use this library with it? Do you think we should try to bend the java version of testcontainers to our will?
-
Is there an example of usage in scala tests, using ScalaTest or Specs2?
Specifically, we use the StrictLogging trait from type safe, so this looks like it could be a useful utility to make assertions…
-
I spent a while to figure out how to disable noisy specs2 results duplication only to find that it's done by bloop: https://github.com/scalacenter/bloop/blob/34840d485a56abc9d388796392df46151b3ac93b/f…
-
Specs2 doesn't have a great ScalaJS story at the moment. We are not using any fancy features with our tests at the moment, we just need asserts and ScalaCheck.
If we move our tests to uTest instea…