Add expectedFailure to test_warnings

This commit is contained in:
Gyubong
2022-10-05 08:04:48 +09:00
parent 706398c4c8
commit 38affeaed1

View File

@@ -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