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

Make aspect tests proper integration tests #186

Merged
merged 3 commits into from
Jan 4, 2024

Conversation

martis42
Copy link
Owner

@martis42 martis42 commented Jan 4, 2024

Incorporating bzlmod and creating the examples showed us that we overlooked problems due to the old test setup not being real integration tests.
Now DWYU is a proper external dependency for the integration tests, as it is in the examples.

Incorporating bzlmod and creating the examples showed us that we overlooked
problems due to the old test setup not being real integration tests.
Now DWYU is a proper external dependency for the integration tests, as it is
in the examples.
We promise compatibility with Python 3.8 and thus should use it as default.
Otherwise we might use modern Python features by accident and not realize
it until the integration tests run.
All tests requiring an old Bazel version are located inside the integration
tests and examples which have their won sub workspaces.
Thus we can drop support for the legacy WORKSPACE setup in the main repo.
At the same time we simplify the main toolchain. It requires only a single
version.
@martis42 martis42 merged commit c156789 into main Jan 4, 2024
5 checks passed
@martis42 martis42 deleted the make_aspect_tests_proper_integration_tests branch January 4, 2024 10:39
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.

None yet

1 participant