]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase...
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 30 Sep 2024 01:27:23 +0000 (04:27 +0300)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 01:27:23 +0000 (18:27 -0700)
commit62e54ddc05a0d1685e66b716de40681088e968fa
tree6b715db1cbbd96dd35fdef1eba5a97bfb4bbb734
parent25a23cb002dc6645311425c329f1fbf52cc057c1
[3.13] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH-121071) (#123840)

* [3.13] 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>
* +1
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