]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34272: Reorganize C API tests. (GH-8551)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 12 Nov 2022 17:36:42 +0000 (09:36 -0800)
committerGitHub <noreply@github.com>
Sat, 12 Nov 2022 17:36:42 +0000 (09:36 -0800)
commitecc164f350eb3bb10b81ade6132eed2946a26c6c
tree601230cb685f7a8b9267641a700e21640f41a519
parent92b531b8589b733c4e44e291f08271fa34947400
bpo-34272: Reorganize C API tests. (GH-8551)

Move some C API tests into Lib/test/test_capi/.
(cherry picked from commit f883b7f8ee3209b52863fc662343c8cd81abdc59)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_capi/__init__.py [new file with mode: 0644]
Lib/test/test_capi/__main__.py [new file with mode: 0644]
Lib/test/test_capi/test_getargs.py [moved from Lib/test/test_getargs2.py with 100% similarity]
Lib/test/test_capi/test_misc.py [moved from Lib/test/test_capi.py with 100% similarity]
Lib/test/test_capi/test_structmembers.py [moved from Lib/test/test_structmembers.py with 100% similarity]
Misc/NEWS.d/next/Tests/2018-07-29-15-59-51.bpo-34272.lVX2uR.rst [new file with mode: 0644]