-
-
Notifications
You must be signed in to change notification settings - Fork 416
Closed
Labels
solvedThe issue was fixed/resolvedThe issue was fixed/resolved
Milestone
Description
I'm trying to use Mill with ScalaCheck's own test runner (complete example here)
object foo extends ScalaModule {
def scalaVersion = "2.12.4"
object test extends Tests {
def ivyDeps = Agg(ivy"org.scalacheck::scalacheck:1.13.5")
def testFrameworks = Seq("org.scalacheck.ScalaCheckFramework")
}
}
but running mill foo.test
doesn't run any tests. @rockjam investigated this issue and concluded that it's a ScalaCheck-specific problem.
Metadata
Metadata
Assignees
Labels
solvedThe issue was fixed/resolvedThe issue was fixed/resolved