Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: add PEP 561 py.typed markers for type checker support#923

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
andres-ito-traversal wants to merge1 commit intotestcontainers:main
base:main
Choose a base branch
Loading
fromandres-ito-traversal:andres/resolve-mypy-errors-modulespostgres

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-traversalandres-ito-traversalforce-pushed theandres/resolve-mypy-errors-modulespostgres branch from6e5a5e0 to222c9caCompareNovember 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-traversalandres-ito-traversalforce-pushed theandres/resolve-mypy-errors-modulespostgres branch from222c9ca to9955664CompareNovember 14, 2025 15:03
@codecov
Copy link

codecovbot commentedNov 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 freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@andres-ito-traversal

[8]ページ先頭

©2009-2025 Movatter.jp