Files
typeshed/stdlib
Peter Pentchev f8e5222c46 unittest.TestCase.assertRaises(): BaseException (#2594)
In Python 3, just as in Python 2, the expected exception argument to
assertRaises() and assertRaisesRegex() must be a subtype of
BaseException, not just of Exception.

Closes #2593
2018-11-08 18:42:51 -08:00
..
2018-11-08 06:42:57 -08:00
2018-04-06 11:09:11 -07:00
2018-10-24 07:20:53 -07:00