]> 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:28:57 +0000 (01:28 -0800)
committerGitHub <noreply@github.com>
Fri, 24 Dec 2021 09:28:57 +0000 (11:28 +0200)
commita9e0b2b49374df91c40fe409508cfcdc6332450e
tree7a3e55bc4cc33359fcf2de4f94b1854db31de704
parent8005e22c9c71708ead0e5b16e55e005844c5131f
bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721) (GH-29748)

(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]