[issue10273] Clean-up Unittest API

Ezio Melotti report at bugs.python.org
Tue Nov 2 14:11:39 CET 2010


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

FWIW in addition to assertRegexpMatches and assertNotRegexpMatches there are 2 more methods that use "Regexp": assertRaisesRegexp and the newly introduced assertWarnsRegexp.

----------
components: +Tests

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10273>
_______________________________________


More information about the Python-bugs-list mailing list