summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unittest.py
Commit message (Expand)AuthorAgeFilesLines
* Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (justJeffrey Yasskin2008-01-031-1/+22
* Replaced import of the 'new' module with 'types' module and added a deprecati...Christian Heimes2007-11-271-58/+30
* Fix those parts in the testsuite that assumed that sys.maxint would cause ove...Kristján Valur Jónsson2007-05-031-2/+4
* Whitespace normalization.Tim Peters2007-03-121-416/+416
* Add some sanity checks to unittest.TestSuite's addTest(s) methods.Georg Brandl2007-03-071-0/+13
* Patches #1550273, #1550272: fix a few bugs in unittest and add aGeorg Brandl2007-03-071-17/+2275
* Added an __iter__ method for test suites.Jim Fulton2004-08-281-0/+31