mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Unskip test_formatting_huge_width
This commit is contained in:
@@ -1523,7 +1523,6 @@ class UnicodeTest(string_tests.CommonTest,
|
||||
with self.assertRaises(ValueError):
|
||||
result = format_string % 2.34
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON")
|
||||
def test_formatting_huge_width(self):
|
||||
format_string = "%{}f".format(sys.maxsize + 1)
|
||||
with self.assertRaises(ValueError):
|
||||
|
||||
Reference in New Issue
Block a user