We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
mill foo.test
The text was updated successfully, but these errors were encountered:
d94bb5e
Hello, can I get a quick explanation for this? I see it was closed, is there a resolution?
Sorry, something went wrong.
It was closed with a commit (d94bb5e), so I think the issue was fixed.
No branches or pull requests
I'm trying to use Mill with ScalaCheck's own test runner (complete example here)
but running
mill foo.test
doesn't run any tests. @rockjam investigated this issue and concluded that it's a ScalaCheck-specific problem.The text was updated successfully, but these errors were encountered: