mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
Add weaver-cats as a default test framework (#7263)
Add weaver-cats as a default test framework
This commit is contained in:
@@ -28,6 +28,10 @@ object TestFrameworks {
|
||||
val JUnit = TestFramework("com.novocode.junit.JUnitFramework")
|
||||
val MUnit = TestFramework("munit.Framework")
|
||||
val ZIOTest = TestFramework("zio.test.sbt.ZTestFramework")
|
||||
val WeaverTestCats = TestFramework("weaver.framework.CatsEffect")
|
||||
|
||||
val All: Seq[TestFramework] =
|
||||
Seq(ScalaCheck, Specs2, Specs, ScalaTest, JUnit, MUnit, ZIOTest, WeaverTestCats)
|
||||
}
|
||||
|
||||
final class TestFramework(val implClassNames: String*) extends Serializable {
|
||||
|
||||
Reference in New Issue
Block a user