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

allow passing empty 'package' to 'java_test_suite' #312

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

mattnworb
Copy link
Contributor

If for whatever reason one has test classes in the unnamed package, the current logic for detecting the full classname will return something like src.test.java.FoobarTest when you specify package = "" because of the truthiness test in get_class_name.

If for whatever reason one has test classes in the unnamed package, the current logic for detecting the full classname will return something like `src.test.java.FoobarTest` when you specify `package = ""` because of the truthiness test in `get_class_name`.
@illicitonion illicitonion enabled auto-merge (squash) December 8, 2024 14:12
Copy link
Collaborator

@shs96c shs96c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your patience waiting for this review. LGTM, and thank you for the PR!

@illicitonion illicitonion merged commit 974602f into bazel-contrib:main Dec 18, 2024
8 checks passed
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.

3 participants