forked from Rust-related/RustPython
Add expectedFailure to test_warnings
This commit is contained in:
2
Lib/unittest/test/test_runner.py
vendored
2
Lib/unittest/test/test_runner.py
vendored
@@ -1137,6 +1137,8 @@ class Test_TextTestRunner(unittest.TestCase):
|
||||
expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
|
||||
self.assertEqual(runner._makeResult(), expectedresult)
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
def test_warnings(self):
|
||||
"""
|
||||
Check that warnings argument of TextTestRunner correctly affects the
|
||||
|
||||
Reference in New Issue
Block a user