]> granicus.if.org Git - python/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:54:27 +0000 (08:54 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Jul 2018 15:54:27 +0000 (08:54 -0700)
commit13d1025e43068ba9f9da32b2e19f53bba9d91806
treeaad86c721e7006659f79d625c6b3096cf5a00c98
parentd73497ba52171bc8f786a70ecf50d3104b596221
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