]> granicus.if.org Git - python/commit
#16935: unittest now counts the module as skipped if it raises SkipTest, instead...
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 1 Mar 2013 12:47:50 +0000 (14:47 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 1 Mar 2013 12:47:50 +0000 (14:47 +0200)
commiteae2b38948143a36d61bd2dabf07794613158efa
treeb300490eda37adefdd4dbfc566473967d91c9f90
parentdacb6858e88b6c4cb4659400e73b81e88864a7fa
#16935: unittest now counts the module as skipped if it raises SkipTest, instead of counting it as an error.  Patch by Zachary Ware.
Doc/library/unittest.rst
Lib/unittest/loader.py
Lib/unittest/test/test_discovery.py
Misc/NEWS