Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix ScalaTest testOnly include option #3557

Merged
merged 2 commits into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. Fix ScalaTest testOnly include option

    Fixes com-lihaoyi#3440
    
    The problem is mill define all the test tasks with `explicitlySpecified`
    to be `true`. This result this test always be included.
    [Code](https://github.com/scalatest/scalatest/blob/main/jvm/core/src/main/scala/org/scalatest/tools/Framework.scala#L267)
    in Scalatest for related logic.
    wb14123 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    554781a View commit details
    Browse the repository at this point in the history
  2. add tests

    wb14123 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1efa80f View commit details
    Browse the repository at this point in the history