]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 May 2015 16:10:40 +0000 (19:10 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 May 2015 16:10:40 +0000 (19:10 +0300)
commit7f71e04cb510c24be337a22350324dc8a28e9775
treedbeb710a30e361a92f2eeec75de79491c7f8983f
parent3234abb9a057beb88faeef96745f8c78772a88c2
Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer
successful if the callable is None.

Added tests for assertRaises().
Lib/unittest/case.py
Lib/unittest/test/test_case.py
Misc/NEWS