]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125522 : add explicit exception types to bare excepts in tests (#125523)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 15 Oct 2024 16:00:04 +0000 (17:00 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2024 16:00:04 +0000 (17:00 +0100)
commite97910cdb76c1f1dadfc4721b828611e4f4b6449
treeba87a0df811c360dbd82fdf3144c2c5d4b0b153e
parentc9826c11db25e81b1a90c837f84074879f1b1126
gh-125522 : add explicit exception types to bare excepts in tests (#125523)
Lib/test/test_cmd_line_script.py
Lib/test/test_coroutines.py
Lib/test/test_file.py
Lib/test/test_listcomps.py
Lib/test/test_logging.py
Lib/test/test_pdb.py
Lib/test/test_peepholer.py
Lib/test/test_raise.py
Lib/test/test_sys_setprofile.py
Lib/test/test_unittest/test_result.py
Lib/test/test_with.py