Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Bobo1239 opened this issue Apr 7, 2018 · 2 comments
Closed

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

Bobo1239 opened this issue Apr 7, 2018 · 2 comments
Labels
solved The issue was fixed/resolved
Milestone

Comments

@Bobo1239
Copy link

Bobo1239 commented Apr 7, 2018

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.

@lihaoyi lihaoyi closed this as completed in d94bb5e Apr 8, 2018
@nsadeh
Copy link

nsadeh commented May 1, 2020

Hello, can I get a quick explanation for this? I see it was closed, is there a resolution?

@lefou
Copy link
Member

lefou commented May 1, 2020

It was closed with a commit (d94bb5e), so I think the issue was fixed.

@lefou lefou added the solved The issue was fixed/resolved label May 1, 2020
@lefou lefou added this to the 0.2.0 milestone May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved The issue was fixed/resolved
Projects
None yet
Development

No branches or pull requests

3 participants