-
-
Notifications
You must be signed in to change notification settings - Fork 950
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
falcon.testing.* is not (re-)exported #2387
Milestone
Comments
Hi, We are using For example: https://github.com/falconry/falcon/blob/master/falcon/asgi/__init__.py |
@vytas7 I don't remember if there was a script that generated the |
I just generated one manually (that is, my editor did most of the work) |
13 tasks
Resolved fixed in #2388. |
vytas7
added a commit
to vytas7/falcon
that referenced
this issue
Oct 27, 2024
vytas7
added a commit
to vytas7/falcon
that referenced
this issue
Nov 4, 2024
vytas7
added a commit
that referenced
this issue
Nov 6, 2024
* chore: prepare 4.0.2 in-tree (WiP) * chore: relabel #2387 as bugfix * chore: aggregate 4.0.2 contributors * chore: bump up version to `4.0.2` * docs: slightly tweak newsfragment for #2387 * chore: aggregate contributors, +docs tweaks * docs(ASGI): clean up docs on logging setup * chore: render out newsfragments * docs(typing); describe another limitation/inconsistency
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that falcon 4 with type hints has been released 🎉 , we've enabled type checking using mypy as well for the falcon namespace for our codebase.
Unfortunately,
falcon.testing.__init__
does not reexport the names it imports, which causes complaints by mypy, for example:(PR will follow)
The text was updated successfully, but these errors were encountered: