]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Use subTest() in math.fma() tests (GH-131125) (#131132)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Mar 2025 06:47:01 +0000 (07:47 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Mar 2025 06:47:01 +0000 (06:47 +0000)
commitd23a0f2d8698ec5f4351e66df314b1bd2f73ec65
tree4e9c850f8cb5a6223c3593cf19199001b19b3add
parent0980e2e370ae4c5ec470b6137cf3c27cc2245684
[3.13] Use subTest() in math.fma() tests (GH-131125) (#131132)

Use subTest() in math.fma() tests (GH-131125)
(cherry picked from commit 52756c30dbedafc6e5db3950049f18db2020b4bb)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Lib/test/test_math.py