We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bdeed commit 773f51eCopy full SHA for 773f51e
Lib/test/test_capi/test_float.py
@@ -180,7 +180,7 @@ def test_pack_unpack_roundtrip(self):
180
self.assertEqual(value2, value)
181
182
@unittest.skipUnless(HAVE_IEEE_754, "requires IEEE 754")
183
- def test_pack_unpack_roundtrip_nans(self):
+ def test_pack_unpack_roundtrip_for_nans(self):
184
pack = _testcapi.float_pack
185
unpack = _testcapi.float_unpack
186
0 commit comments