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

Add TestModule.discoveredTestClasses target to ease test inspection #3191

Merged
merged 1 commit into from
May 29, 2024

Conversation

lefou
Copy link
Member

@lefou lefou commented May 29, 2024

Example usage:

> mill show __.discoverTestClasses
{
  "foo.test.discoverTestClasses": [
    "foo.tests.FooTests",
    "foo.tests.FoobarTests"
  ]
  "bar.test.discoverTestClasses": [
    "foo.tests.BarTests"
  ]
}

Fix #3169

@lefou lefou merged commit 4916d61 into main May 29, 2024
39 checks passed
@lefou lefou deleted the discover-test-classes branch May 29, 2024 10:39
@lefou lefou added this to the 0.11.8 milestone May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new built in command in Test suite that lists full names of all test classes or test cases.
1 participant