summaryrefslogtreecommitdiffstats
path: root/Lib/unittest.py
Commit message (Expand)AuthorAgeFilesLines
* patch 418489 from Andrew Dalke for string format bugSteve Purcell2001-05-101-1/+1
* - Typo in message for TestCase.failIfEqual()Steve Purcell2001-04-151-2/+1
* Whitespace normalization.Tim Peters2001-04-131-1/+1
* - New fail*() methods, and comprehensive set of assert*() synonymsSteve Purcell2001-04-121-28/+63
* * Remove exc_info() kludge -- it actually messed up the Jython outputSteve Purcell2001-04-091-17/+13
* Whitespace normalization.Tim Peters2001-03-291-7/+7
* Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.pySteve Purcell2001-03-221-246/+238
* The unittest module from PyUNIT, by Steve Purcell.Fred Drake2001-03-211-0/+689