]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `test_typing...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Oct 2023 18:28:41 +0000 (20:28 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2023 18:28:41 +0000 (18:28 +0000)
commit9addf2cf117c9b14bbc0c7640bb1f1d6300673b7
tree2a92a5b35552058a82e991eacdd24d591ac51bdf
parent7213fc248db1c2ae4ee122a3fde69105171428f2
[3.11] gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `test_typing` (GH-111127) (#111131)

gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `test_typing` (GH-111127)
(cherry picked from commit ea7c26e4b89c71234c4a603567a93f0a44c9cc97)

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