]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve test coverage for is_typeddict (#104884)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 24 May 2023 18:46:00 +0000 (11:46 -0700)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 18:46:00 +0000 (11:46 -0700)
commit1497607a8e99f1103c40368dd5f9057f0146a520
treec0137a221a5ca4ab46b80d8d7aa2029f90dbe05d
parentc90a862cdcf55dc1753c6466e5fa4a467a13ae24
Improve test coverage for is_typeddict (#104884)

In particular, it's important to test that is_typeddict(TypedDict)
returns False.
Lib/test/test_typing.py