]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_funct...
authorNikita Sobolev <mail@sobolevn.me>
Tue, 23 Nov 2021 11:12:13 +0000 (14:12 +0300)
committerGitHub <noreply@github.com>
Tue, 23 Nov 2021 11:12:13 +0000 (13:12 +0200)
commitb48ac6fe38b2fca9963b097c04cdecfc6083104e
tree8811cacd2b404ff608e3820da53dd7b8811861ce
parent2c047f604e6a999390b5fa4ebfb6e8222c5cc096
bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721)
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]