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

Fix: tests don't import classes from the top-level package namespace, i.e. don't use public API #127

Conversation

elliot-100
Copy link
Owner

@elliot-100 elliot-100 commented Jul 13, 2024

Fixed by introducing use of 'all` to define public API, instead of explicit re-exports

@elliot-100 elliot-100 merged commit 473f9e7 into main Jul 13, 2024
5 checks passed
@elliot-100 elliot-100 deleted the 119-tests-dont-import-classes-from-the-top-level-package-namespace-ie-dont-use-public-api branch July 13, 2024 20:14
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.

Tests don't import classes from the top-level package namespace, i.e. don't use public API
1 participant