| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #2153: modernize coding style of unittest.py, remove obsolete compatibi... | Antoine Pitrou | 2008-12-28 | 1 | -46/+25 |
|
|
* | Issue #4444: Allow assertRaises() to be used as a context handler. | Antoine Pitrou | 2008-12-28 | 1 | -8/+30 |
|
|
* | Issue 2235: Py3k warnings are now emitted for classes that will no longer inh... | Nick Coghlan | 2008-08-11 | 1 | -0/+3 |
|
|
* | #3390: replace a remaining has_key(). | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
|
|
* | Suppress -3 warnings in unittest.py | Raymond Hettinger | 2008-07-10 | 1 | -5/+12 |
|
|
* | #2787: Flush stdout after writing test name, helpful when running | Georg Brandl | 2008-05-11 | 1 | -0/+4 |
|
|
* | Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just | Jeffrey Yasskin | 2008-01-03 | 1 | -2/+2 |
|
|
* | Hashing simplification pointed out by Thomas Wouters. | Collin Winter | 2007-03-09 | 1 | -4/+3 |
|
|
* | Add some sanity checks to unittest.TestSuite's addTest(s) methods. | Georg Brandl | 2007-03-07 | 1 | -0/+9 |
|
|
* | Patch #787789: allow to pass custom TestRunner instances to unittest's | Georg Brandl | 2007-03-07 | 1 | -4/+12 |
|
|
* | Patches #1550273, #1550272: fix a few bugs in unittest and add a | Georg Brandl | 2007-03-07 | 1 | -19/+54 |
|
|
* | Patch #1388073: Make unittest.TestCase easier to subclass | Georg Brandl | 2006-01-20 | 1 | -13/+13 |
|
|
* | Reduce the usage of the types module. | Raymond Hettinger | 2005-02-07 | 1 | -1/+1 |
|
|
* | SF bug #1078905: Docs for unittest run() methods are misleading | Raymond Hettinger | 2004-12-04 | 1 | -4/+5 |
|
|
* | Patch #1061904 / bug #878275: give a nicer error message when someone | Johannes Gijsbers | 2004-11-07 | 1 | -0/+2 |
|
|
* | Added an __iter__ method for test suites. | Jim Fulton | 2004-08-28 | 1 | -0/+3 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -4/+4 |
|
|
* | Variation of Thomas Heller's patch (722638) for improving readability | Steve Purcell | 2003-12-06 | 1 | -10/+26 |
|
|
* | Another instance of the same typo. | Steve Purcell | 2003-10-26 | 1 | -2/+2 |
|
|
* | Incorporated patch 819077, from George Yoshida: | Steve Purcell | 2003-10-26 | 1 | -7/+6 |
|
|
* | Fixed bug introduced in revision 1.27 | Armin Rigo | 2003-10-24 | 1 | -1/+1 |
|
|
* | Removed redundant 'return' statement. (Issue 813159) | Steve Purcell | 2003-09-30 | 1 | -2/+1 |
|
|
* | Topical change: use 'startswith()' to identify test methods with a | Steve Purcell | 2003-09-23 | 1 | -2/+2 |
|
|
* | - Fixed loading of tests by name when name refers to unbound | Steve Purcell | 2003-09-22 | 1 | -40/+58 |
|
|
* | Explicitly define public symbols via __all__: see discussion with Raymond | Steve Purcell | 2003-09-15 | 1 | -0/+10 |
|
|
* | SF bug #804115: bad argument handling(unittest.py) | Raymond Hettinger | 2003-09-13 | 1 | -2/+2 |
|
|
* | delete unused local variable (pychecker caught) | Skip Montanaro | 2003-07-13 | 1 | -1/+1 |
|
|
* | SF bug #715145: unittest.py still uses != in failUnlessEqual | Raymond Hettinger | 2003-04-04 | 1 | -2/+2 |
|
|
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -3/+3 |
|
|
* | Incorporate Skip's suggestion to use SciPy's validation test near | Raymond Hettinger | 2002-12-29 | 1 | -0/+28 |
|
|
* | Now that TestCase is a new-style class, change loadTestsFromModule and | Guido van Rossum | 2002-09-30 | 1 | -2/+4 |
|
|
* | Add a missing call to _strclass(). | Jeremy Hylton | 2002-08-13 | 1 | -1/+1 |
|
|
* | Fix to ensure consistent 'repr' and 'str' results between Python | Steve Purcell | 2002-08-09 | 1 | -7/+10 |
|
|
* | Add module-wide "__metaclass__ = type", as requested by Jim Fulton. | Steve Purcell | 2002-08-08 | 1 | -1/+4 |
|
|
* | Fix printing plural (s or ""). | Neal Norwitz | 2002-05-31 | 1 | -1/+1 |
|
|
* | Munge the RCS keywords to avoid updates, so the version number matches that | Fred Drake | 2002-05-21 | 1 | -1/+1 |
|
|
* | Synch with pyunit CVS: | Steve Purcell | 2001-12-17 | 1 | -4/+4 |
|
|
* | In unconditional except clauses, don't catch KeyboardInterrupt -- it's | Guido van Rossum | 2001-12-07 | 1 | -0/+6 |
|
|
* | A few formatting nits: | Jeremy Hylton | 2001-10-22 | 1 | -5/+5 |
|
|
* | Add missing period in docstring. | Fred Drake | 2001-09-06 | 1 | -1/+1 |
|
|
* | Changed TestResult to store only the text representation of an error. | Steve Purcell | 2001-09-06 | 1 | -10/+15 |
|
|
* | Merged in bugfix from PyUnit CVS for problem reported by Gary Todd. | Steve Purcell | 2001-08-08 | 1 | -3/+4 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | * Remove exc_info() kludge -- it actually messed up the Jython output | Steve Purcell | 2001-04-09 | 1 | -17/+13 |
|
|
* | 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 |
|
|
* | The unittest module from PyUNIT, by Steve Purcell. | Fred Drake | 2001-03-21 | 1 | -0/+689 |
|
|