Skip to content

Integration with ScalaCheck's test runner doesn't work #286

@Bobo1239

Description

@Bobo1239

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

No one assigned

    Labels

    solvedThe issue was fixed/resolved

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions