]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 4 Dec 2022 12:28:56 +0000 (14:28 +0200)
committerGitHub <noreply@github.com>
Sun, 4 Dec 2022 12:28:56 +0000 (14:28 +0200)
commit76f43fc09af29401cc0cec7710b03e4dbf8a4578
tree562adc6639c1487f8d1a27fbdecbd78957dc0390
parentbf26bdf6ac04878fc720e78422991aaedb9808a1
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)

Unless we explicitly test non-bool values.
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