]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use more precise exception types in `assertRaises` in typing tests (GH-98650)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Oct 2022 14:12:59 +0000 (07:12 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Oct 2022 14:12:59 +0000 (07:12 -0700)
commit750e5048009e36e7c3ca9f396fc82cbcfaf8bd5e
tree47b12b0ccbeac12ea4722519aabbdc7592a25129
parenta86a7b827bd679b87f619329d3c3f870fa01ee0a
Use more precise exception types in `assertRaises` in typing tests (GH-98650)

(cherry picked from commit 45c89358b71e4638455e75ba6e60b42c511bbc2a)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_typing.py