]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Jul 2018 15:47:14 +0000 (08:47 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Jul 2018 15:47:14 +0000 (08:47 -0700)
commit958a25ea9fdf3e47f3f0829073dc77c0869488dd
treefd2216c2273e0e5a96b777c223a8215893b6434f
parent1b6e21730417c56748d500a96cafebbaa1bd0120
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)

Fixed also testing the "always" warning filter.
(cherry picked from commit b796e7dcdc24ff7ec53044af041254c83a8ace21)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Lib/ctypes/test/test_as_parameter.py
Lib/test/test_pkg.py
Lib/test/test_socket.py
Lib/test/test_support.py
Lib/test/test_tokenize.py
Lib/test/test_warnings/__init__.py