aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/unittest.py
Commit message (Expand)AuthorAge
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-22
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-18
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-18
* Patch #1388073: Make unittest.TestCase easier to subclassGeorg Brandl2006-01-20
* Reduce the usage of the types module.Raymond Hettinger2005-02-07
* SF bug #1078905: Docs for unittest run() methods are misleadingRaymond Hettinger2004-12-04
* Patch #1061904 / bug #878275: give a nicer error message when someoneJohannes Gijsbers2004-11-07
* Added an __iter__ method for test suites.Jim Fulton2004-08-28
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Variation of Thomas Heller's patch (722638) for improving readabilitySteve Purcell2003-12-06
* Another instance of the same typo.Steve Purcell2003-10-26
* Incorporated patch 819077, from George Yoshida:Steve Purcell2003-10-26
* Fixed bug introduced in revision 1.27Armin Rigo2003-10-24
* Removed redundant 'return' statement. (Issue 813159)Steve Purcell2003-09-30
* Topical change: use 'startswith()' to identify test methods with aSteve Purcell2003-09-23
* - Fixed loading of tests by name when name refers to unboundSteve Purcell2003-09-22
* Explicitly define public symbols via __all__: see discussion with RaymondSteve Purcell2003-09-15
* SF bug #804115: bad argument handling(unittest.py)Raymond Hettinger2003-09-13
* delete unused local variable (pychecker caught)Skip Montanaro2003-07-13
* SF bug #715145: unittest.py still uses != in failUnlessEqualRaymond Hettinger2003-04-04
* Get rid of many apply() calls.Guido van Rossum2003-02-27
* Incorporate Skip's suggestion to use SciPy's validation test nearRaymond Hettinger2002-12-29
* Now that TestCase is a new-style class, change loadTestsFromModule andGuido van Rossum2002-09-30
* Add a missing call to _strclass().Jeremy Hylton2002-08-13
* Fix to ensure consistent 'repr' and 'str' results between PythonSteve Purcell2002-08-09
* Add module-wide "__metaclass__ = type", as requested by Jim Fulton.Steve Purcell2002-08-08
* Fix printing plural (s or "").Neal Norwitz2002-05-31
* Munge the RCS keywords to avoid updates, so the version number matches thatFred Drake2002-05-21
* Synch with pyunit CVS:Steve Purcell2001-12-17
* In unconditional except clauses, don't catch KeyboardInterrupt -- it'sGuido van Rossum2001-12-07
* A few formatting nits:Jeremy Hylton2001-10-22
* Add missing period in docstring.Fred Drake2001-09-06
* Changed TestResult to store only the text representation of an error.Steve Purcell2001-09-06
* Merged in bugfix from PyUnit CVS for problem reported by Gary Todd.Steve Purcell2001-08-08
* patch 418489 from Andrew Dalke for string format bugSteve Purcell2001-05-10
* - Typo in message for TestCase.failIfEqual()Steve Purcell2001-04-15
* Whitespace normalization.Tim Peters2001-04-13
* - New fail*() methods, and comprehensive set of assert*() synonymsSteve Purcell2001-04-12
* * Remove exc_info() kludge -- it actually messed up the Jython outputSteve Purcell2001-04-09
* Whitespace normalization.Tim Peters2001-03-29
* Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.pySteve Purcell2001-03-22
* The unittest module from PyUNIT, by Steve Purcell.Fred Drake2001-03-21