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

Move tests into respective modules #194

Closed
fricklerhandwerk opened this issue Mar 10, 2022 · 0 comments · Fixed by #213
Closed

Move tests into respective modules #194

fricklerhandwerk opened this issue Mar 10, 2022 · 0 comments · Fixed by #213

Comments

@fricklerhandwerk
Copy link
Member

fricklerhandwerk commented Mar 10, 2022

Is your feature request related to a problem? Please describe.
#193 extracted the rule implementations into separate modules in preparation for #181. The tests for different components are still in /tests, which precludes individual testing of modules.

Describe the solution you'd like
Move files in /tests into respective module directories, such that each module can be tested separately with bazel test //....

Describe alternatives you've considered
Keep everything at the top level and only test together. This has the downside that modules cannot be tested before publishing to BCR at some point in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant