Skip to content

Conversation

@dannywillems
Copy link
Contributor

Summary

  • Replace all internal module imports in tests with package-level imports
  • e.g. from leakix.field import CountryField -> from leakix import CountryField
  • Validates that __init__.py correctly re-exports the public API

Test plan

  • All 70 tests pass

Closes #38

Import from `from leakix import ...` instead of internal modules
like `from leakix.field import ...`. This validates that
__init__.py correctly re-exports the public API.

Closes #38
@dannywillems dannywillems merged commit 3de04c7 into main Feb 8, 2026
3 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.

Tests should import from the package, not internal modules

1 participant