-
I imported a sbt project using the plugin and tried to run a test. This is the error I get
Unable to load a Suite class. This could be due to an error in your runpath. Missing class: scaldi.Identifie…
-
## Compiler version
This test reproduces with `scalatest-3.2.10`.
Compilers and results:
- ✅ `2.11.12`
- ✅ `2.12.15`
- ✅ `2.13.7`
- ❌ `3.0.0`
- ❌ `3.0.1`
- ❌ `3.0.2`
- ❌ `3.1.0`
…
catap updated
6 months ago
-
https://github.com/akka/akka-persistence-r2dbc/actions/runs/8609321429/job/23593065543#step:6:966
```
[info] - must delete events for slice before timestamp *** FAILED *** (146 milliseconds)
[inf…
-
In an effort to unify the Scala 2 and Scala 3 documentation, we would like the current [Scala 3 Book](https://docs.scala-lang.org/scala3/book/introduction.html) to become a complete documentation of S…
-
https://github.com/akka/akka-persistence-r2dbc/actions/runs/7998436382/job/21844592008#step:5:7924
```
[info] - must delete events for slice before timestamp *** FAILED *** (292 milliseconds)
[in…
-
I'm trying to migrate an old scala repository to a more recent version of scala. It seems that org.scalatest.prop.Checkers was dropped in version 3.1.0 but the [official website](https://www.scalates…
-
---
**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…
-
## 1. ScalaTest简介
ScalaTest几乎已经成为Scala语言默认的测试框架,而在JVM平台下,无论是否使用Scala进行开发,我认为仍有尝试ScalaTest的必要。这主要源于它提供了多种表达力超强的测试风格,能够满足各种层次的需求包括单元测试、BDD、验收测试、数据驱动测试。
1. 1 UT与IT的风格选择
```ScalaTest一共提供了七种测试风格,分别为:F…
-
![2019-09-20_105552](https://user-images.githubusercontent.com/29979200/65308028-c317e080-dbbb-11e9-8949-faa2dd07355e.jpg)
-
Package `scio_test` depends on `scalatest 3.x.x` which means that it won't work off the box with `scala_test` rules. Is there any plan to upgrade this rule to use the new version of `scalatest`? I cou…