]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase...
authorSergey B Kirpichev <skirpichev@gmail.com>
Wed, 11 Sep 2024 12:06:40 +0000 (15:06 +0300)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2024 12:06:40 +0000 (14:06 +0200)
commitec119dc984c0a4f045dc60b00ba5d4514c4f5e38
tree116bcf62fad827120a287d5a9af85d51846e9b7c
parent90e5bd7ed2502ed5b1ee70f5937fe46441d1710b
[3.12] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH-121071) (#123841)

* [3.12] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH-121071)
(cherry picked from commit 8ef8354ef15e00d484ac2ded9442b789c24b11e0)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Lib/test/support/testcase.py
Lib/test/test_capi/test_getargs.py
Lib/test/test_cmath.py
Lib/test/test_complex.py
Lib/test/test_float.py