]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_funct...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Dec 2021 09:27:17 +0000 (01:27 -0800)
committerGitHub <noreply@github.com>
Fri, 24 Dec 2021 09:27:17 +0000 (11:27 +0200)
commit393ff040281db818f2d6e0240919316f58f989a6
tree329f69c0b45c24edcf1c2937461979b5984843f0
parentd718764f389acd1bf4a5a65661bb58862f14fb98
bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721) (GH-29723)

(cherry picked from commit b48ac6fe38b2fca9963b097c04cdecfc6083104e)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/ctypes/test/test_functions.py
Misc/NEWS.d/next/Tests/2021-11-23-12-36-21.bpo-45878.eOs_Mp.rst [new file with mode: 0644]