summaryrefslogtreecommitdiffstats
path: root/Lib/unittest.py
Commit message (Expand)AuthorAgeFilesLines
* Synch with pyunit CVS:Steve Purcell2001-12-171-4/+4
* In unconditional except clauses, don't catch KeyboardInterrupt -- it'sGuido van Rossum2001-12-071-0/+6
* A few formatting nits:Jeremy Hylton2001-10-221-5/+5
* Add missing period in docstring.Fred Drake2001-09-061-1/+1
* Changed TestResult to store only the text representation of an error.Steve Purcell2001-09-061-10/+15
* Merged in bugfix from PyUnit CVS for problem reported by Gary Todd.Steve Purcell2001-08-081-3/+4
* 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