]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Improve test coverage for is_typeddict (GH-104884) (#104889)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 May 2023 19:21:28 +0000 (12:21 -0700)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 19:21:28 +0000 (19:21 +0000)
commit3d91d034a0d74804a356d773f54230e62c9924ba
tree1ac3e7e2ee2fa1eb7d2b74afd81cb8cfdcfefbaa
parentddc29c8fdb59849e7eebd8e72462b14a98994874
[3.12] Improve test coverage for is_typeddict (GH-104884) (#104889)

Improve test coverage for is_typeddict (GH-104884)

In particular, it's important to test that is_typeddict(TypedDict)
returns False.
(cherry picked from commit 1497607a8e99f1103c40368dd5f9057f0146a520)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_typing.py