We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb994d commit 8960e78Copy full SHA for 8960e78
Lib/test/test_enum.py
@@ -720,8 +720,6 @@ def test_intenum_from_bytes(self):
720
with self.assertRaises(ValueError):
721
IntStooges.from_bytes(b'\x00\x05', 'big')
722
723
- # TODO: RUSTPYTHON
724
- @unittest.expectedFailure
725
def test_floatenum_fromhex(self):
726
h = float.hex(FloatStooges.MOE.value)
727
self.assertIs(FloatStooges.fromhex(h), FloatStooges.MOE)
0 commit comments