-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Many of the TypedDict tests in mypy/test/testextensions.py
don't actually typecheck, even under 3.6 with the eval'd code placed properly in the codebase. This likely indicates a problem with the tests, as the constructs used are intended to typecheck. This is also the only remaining part of mypy that isn't fully typechecked.
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
Select code repository
Activity
ddfisher commentedon Jan 25, 2017
@ilevkivskyi, would you mind taking a look at this at some point?
ilevkivskyi commentedon Jan 25, 2017
Yes, I will try to fix this.
ilevkivskyi commentedon Mar 13, 2017
This depends on python/typeshed#990 and #2492. After these two will be fixed, this one should be easy.
97littleleaf11 commentedon Sep 1, 2021
It seems that we don't have
mypy/test/testextensions.py
any more. Has this issue been fixed already? @ilevkivskyiilevkivskyi commentedon Sep 1, 2021
Yes, I think this is not relevant anymore.