Skip to content

Conversation

@andres-ito-traversal
Copy link
Contributor

Add py.typed marker files to core and all module packages to indicate
type information is available. This enables type checkers like Pyright
and mypy to recognize and validate type hints in testcontainers packages.

Resolves "Stub file not found" errors when running type checkers on
code that imports testcontainers modules.

@andres-ito-traversal andres-ito-traversal force-pushed the andres/resolve-mypy-errors-modulespostgres branch from 6e5a5e0 to 222c9ca Compare November 14, 2025 15:02
  Add py.typed marker files to core and all module packages to indicate
  type information is available. This enables type checkers like Pyright
  and mypy to recognize and validate type hints in testcontainers packages.

  Resolves "Stub file not found" errors when running type checkers on
  code that imports testcontainers modules.
@andres-ito-traversal andres-ito-traversal force-pushed the andres/resolve-mypy-errors-modulespostgres branch from 222c9ca to 9955664 Compare November 14, 2025 15:03
@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.52%. Comparing base (5853d32) to head (9955664).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #923      +/-   ##
==========================================
- Coverage   79.78%   79.52%   -0.26%     
==========================================
  Files          14       14              
  Lines        1182     1182              
  Branches      184      184              
==========================================
- Hits          943      940       -3     
- Misses        197      201       +4     
+ Partials       42       41       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant