]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 4 Dec 2022 12:50:46 +0000 (04:50 -0800)
committerGitHub <noreply@github.com>
Sun, 4 Dec 2022 12:50:46 +0000 (04:50 -0800)
commit7aa87bba056c9c548812a82cefbd122c67c71b88
tree8c4d9cd91198be2cc4ee375795b0dad6c5a708ef
parent9e38553132bf7c6fc13e9f268a54ac6533e6ad41
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)

Unless we explicitly test non-bool values.
(cherry picked from commit 76f43fc09af29401cc0cec7710b03e4dbf8a4578)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/_test_multiprocessing.py
Lib/test/test_asyncio/test_ssl.py
Lib/test/test_call.py
Lib/test/test_capi/test_misc.py
Lib/test/test_subprocess.py