blob: 4df4fe30b97a886c30f13b65fb10bdd47e85c7f6 [file] [log] [blame]
Serhiy Storchaka77d57812018-08-19 10:00:11 +03001:func:`~unittest.TestCase.assertRaises`,
2:func:`~unittest.TestCase.assertRaisesRegex`,
3:func:`~unittest.TestCase.assertWarns` and
4:func:`~unittest.TestCase.assertWarnsRegex` no longer success if the passed
5callable is None. They no longer ignore unknown keyword arguments in the
6context manager mode. A DeprecationWarning was raised in these cases
7since Python 3.5.