commit | 7f71e04cb510c24be337a22350324dc8a28e9775 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed May 06 19:10:40 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed May 06 19:10:40 2015 +0300 |
tree | dbeb710a30e361a92f2eeec75de79491c7f8983f | |
parent | 3234abb9a057beb88faeef96745f8c78772a88c2 [diff] |
Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer successful if the callable is None. Added tests for assertRaises().