]> 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:19:37 +0000 (07:19 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Oct 2022 14:19:37 +0000 (07:19 -0700)
commitabc1a8c61c82860e135b1b1fcb01713f8b911cd8
treef3ceedbcdbc93ddd906b65d86ff6ca8e0a9041bd
parent4b68e34a6c483582000cea69db526ff266abf61c
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