]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH-121071)
authorSergey B Kirpichev <skirpichev@gmail.com>
Sun, 8 Sep 2024 13:01:54 +0000 (16:01 +0300)
committerGitHub <noreply@github.com>
Sun, 8 Sep 2024 13:01:54 +0000 (16:01 +0300)
commit8ef8354ef15e00d484ac2ded9442b789c24b11e0
tree322c9d996df0fb404fde248f1e84fa66d4fab910
parentbeee91cdcc0dbecab252f7c5c7c51e2adb8edc26
gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH-121071)
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_ctypes/test_numbers.py
Lib/test/test_float.py