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

Avoid initialising classes when looking for tests #207

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

shs96c
Copy link
Collaborator

@shs96c shs96c commented Sep 7, 2023

This can cause hidden problems where there are ordering issues between (eg) setup methods and static fields in classes.

This can cause hidden problems where there are ordering issues between
(eg) setup methods and static fields in classes.
@shs96c shs96c merged commit 7cfa522 into bazel-contrib:main Sep 7, 2023
2 checks passed
@shs96c shs96c deleted the avoid-initialising branch September 7, 2023 14:37
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.

2 participants