mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Remove expectedFailures for each success tests
Signed-off-by: snowapril <sinjihng@gmail.com>
This commit is contained in:
2
Lib/test/test_descr.py
vendored
2
Lib/test/test_descr.py
vendored
@@ -4025,8 +4025,6 @@ order (MRO) for bases """
|
||||
a **= b
|
||||
self.assertEqual(a, 1)
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
def test_ipow_exception_text(self):
|
||||
x = None
|
||||
with self.assertRaises(TypeError) as cm:
|
||||
|
||||
Reference in New Issue
Block a user