Improve test coverage for is_typeddict#104884
Conversation
In particular, it's important to test that is_typeddict(TypedDict) returns False.
|
Thanks @JelleZijlstra for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, something went wrong.
|
Sorry @JelleZijlstra, I had trouble checking out the |
Sorry, something went wrong.
In particular, it's important to test that is_typeddict(TypedDict) returns False. (cherry picked from commit 1497607) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
Thanks @JelleZijlstra for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, something went wrong.
In particular, it's important to test that is_typeddict(TypedDict) returns False. (cherry picked from commit 1497607) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
We should probably backport these to |
Sorry, something went wrong.
|
Maybe we should get Miss Islington to do that too :) |
Sorry, something went wrong.
In particular, it's important to test that is_typeddict(TypedDict)
returns False.