Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 418489 from Andrew Dalke for string format bug | Steve Purcell | 2001-05-10 | 1 | -1/+1 |
| | |||||
* | - Typo in message for TestCase.failIfEqual() | Steve Purcell | 2001-04-15 | 1 | -2/+1 |
| | | | | - Removed unused variable 'opts' in TestProgram.__init__ (thanks to PyChecker) | ||||
* | Whitespace normalization. | Tim Peters | 2001-04-13 | 1 | -1/+1 |
| | |||||
* | - New fail*() methods, and comprehensive set of assert*() synonyms | Steve Purcell | 2001-04-12 | 1 | -28/+63 |
| | | | | | | - TestCase.failureException defines the exception that indicates a test failure - Docstrings for TestLoader class - Added exc_info() hack back in | ||||
* | * Remove exc_info() kludge -- it actually messed up the Jython output | Steve Purcell | 2001-04-09 | 1 | -17/+13 |
| | | | | | * Fixed TestLoader.loadTestsFromName() for nested packages * Corrected the command-line usage summary | ||||
* | Whitespace normalization. | Tim Peters | 2001-03-29 | 1 | -7/+7 |
| | |||||
* | Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py | Steve Purcell | 2001-03-22 | 1 | -246/+238 |
| | | | | changed accordingly. | ||||
* | The unittest module from PyUNIT, by Steve Purcell. | Fred Drake | 2001-03-21 | 1 | -0/+689 |