mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Update test_exception_variations from v3.14.2
This commit is contained in:
committed by
Jeong, YunWon
parent
cb138c8f37
commit
980e76ea1f
4
Lib/test/test_exception_variations.py
vendored
4
Lib/test/test_exception_variations.py
vendored
@@ -294,8 +294,6 @@ class ExceptTestCases(unittest.TestCase):
|
||||
self.assertTrue(hit_except)
|
||||
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
'''
|
||||
class ExceptStarTestCases(unittest.TestCase):
|
||||
def test_try_except_else_finally(self):
|
||||
hit_except = False
|
||||
@@ -571,7 +569,7 @@ class ExceptStarTestCases(unittest.TestCase):
|
||||
self.assertFalse(hit_else)
|
||||
self.assertTrue(hit_finally)
|
||||
self.assertTrue(hit_except)
|
||||
'''
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user