[issue10273] Clean-up Unittest API

Raymond Hettinger report at bugs.python.org
Tue Nov 2 01:28:59 CET 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

[Antoine]
> I would prefer assertRegex to assertRegexp

That makes sense.  It is the name used in other unittest implementations, it matches what the re module used to be called in Python, and it avoids issues with camel casing (i.e. Regexp vs RegExp).

----------

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


More information about the Python-bugs-list mailing list