Skip to content

Commit 38affea

Browse files
committed
Add expectedFailure to test_warnings
1 parent 706398c commit 38affea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/unittest/test/test_runner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,8 @@ def MockResultClass(*args):
11371137
expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
11381138
self.assertEqual(runner._makeResult(), expectedresult)
11391139

1140+
# TODO: RUSTPYTHON
1141+
@unittest.expectedFailure
11401142
def test_warnings(self):
11411143
"""
11421144
Check that warnings argument of TextTestRunner correctly affects the

0 commit comments

Comments
 (0)