]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114392: Improve test_capi.test_structmembers (GH-114393)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 4 Feb 2024 20:19:06 +0000 (22:19 +0200)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 20:19:06 +0000 (22:19 +0200)
commit15f6f048a6ecdf0f6f4fc076d013be3d110f8ed6
treeb2d8f50fc9681874d8446e898364fee418586d38
parent929d44e15a5667151beadb2d3a2528cd641639d6
gh-114392: Improve test_capi.test_structmembers (GH-114393)

Test all integer member types with extreme values and values outside of
the valid range. Test support of integer-like objects. Test warnings for
wrapped out values.
Lib/test/test_capi/test_structmembers.py