forked from Rust-related/RustPython
Remove the decorator
This commit is contained in:
2
Lib/test/test_float.py
vendored
2
Lib/test/test_float.py
vendored
@@ -128,8 +128,6 @@ class GeneralFloatCases(unittest.TestCase):
|
||||
self.assertEqual(float(memoryview(b'12.3A')[1:4]), 2.3)
|
||||
self.assertEqual(float(memoryview(b'12.34')[1:4]), 2.3)
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
def test_error_message(self):
|
||||
def check(s):
|
||||
with self.assertRaises(ValueError, msg='float(%r)' % (s,)) as cm:
|
||||
|
||||
Reference in New Issue
Block a user