[issue2578] Figure out what to do with unittest's redundant APIs

Michael Foord report at bugs.python.org
Mon Mar 30 23:11:56 CEST 2009


Michael Foord <michael at voidspace.org.uk> added the comment:

Updated patch with asserts in unittest changed to explicitly raising
self.failureException, hardcoded AssertionError in tests changed to
self.failureException and addition of assertRegexMatches.

----------
Added file: http://bugs.python.org/file13488/unittest-new-asserts.diff

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


More information about the Python-bugs-list mailing list