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

feat: Support gutter icons in java_test_suite #5579

Merged
merged 3 commits into from
Nov 3, 2023

Conversation

blorente
Copy link
Collaborator

@blorente blorente commented Nov 1, 2023

Checklist

  • I have filed an issue about this change and discussed potential changes with the maintainers.
  • I have received the approval from the maintainers to make this change.
  • This is not a stylistic, refactoring, or cleanup change.

Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See
the Contributions section in the README for more
details.

Discussion thread for this change

Issue number: Change implemented internally, upstreaming.

Description of this change

java_test_suite is a common way to define java tests for users of https://github.com/bazel-contrib/rules_jvm. Running them is roughly trivial as it acts just like a test_suite that generates java_test targets. Just making the plugin aware of the target kind is enough to make it work. All of the individual java_test are indexed by the aspect normally.

The contrib_rules_jvm includes adding a new `java_test_suite` to collect test files, and a library for these tests, as a single rule. This adds the newer `java_test_suite` as a recognized test and debug target.
@github-actions github-actions bot added product: IntelliJ IntelliJ plugin awaiting-review Awaiting review from Bazel team on PRs labels Nov 1, 2023
@blorente blorente merged commit e1ab056 into bazelbuild:master Nov 3, 2023
3 checks passed
@github-actions github-actions bot removed the awaiting-review Awaiting review from Bazel team on PRs label Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: IntelliJ IntelliJ plugin
Projects
Development

Successfully merging this pull request may close these issues.

4 participants