-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
typing.py
contains two doctests that are not executed, ever
#112155
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
Labels
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Nov 16, 2023
AlexWaygood
pushed a commit
that referenced
this issue
Nov 16, 2023
The change has been applied to Thanks @sobolevn! |
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Nov 18, 2023
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Nov 18, 2023
AlexWaygood
pushed a commit
that referenced
this issue
Nov 18, 2023
AlexWaygood
pushed a commit
that referenced
this issue
Nov 18, 2023
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature or enhancement
typing.py
contains at least two doctests:cpython/Lib/typing.py
Lines 3377 to 3414 in 81ab0e8
But, they are not ever executed.
I propose to add a
DocTestSuite
totest_typing
to run these tests.Note, that this is related but not similar to #111682
Linked PRs
typing.py
doctests during tests #112156typing.py
doctests during tests (GH-112156) #112230typing.py
doctests during tests (GH-112156) #112231The text was updated successfully, but these errors were encountered: