]> granicus.if.org Git - python/commit
Fixes Issue #20165: The unittest module no longer considers tests marked with
authorGregory P. Smith <greg@krypto.org>
Mon, 20 Jan 2014 09:11:18 +0000 (01:11 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 20 Jan 2014 09:11:18 +0000 (01:11 -0800)
commit5a6d4bf671699152fb417e8f8ba899aa5e1d8d42
tree584a650328b944fb631b8ad75129f42da1686b94
parentb599c61179dcc675def318e093dae87a80e01c74
Fixes Issue #20165: The unittest module no longer considers tests marked with
@expectedFailure successful if they pass.
Doc/library/unittest.rst
Lib/unittest/result.py
Lib/unittest/test/test_skipping.py
Misc/NEWS