summaryrefslogtreecommitdiffstats
path: root/Lib/unittest
Commit message (Expand)AuthorAgeFilesLines
* Issue #7092: Fix the DeprecationWarnings emitted by the standard libraryAntoine Pitrou2010-01-041-3/+9
* More yearly updates.Georg Brandl2010-01-011-1/+1
* now that deepcopy can handle instance methods, this hack can be removed #7409Benjamin Peterson2009-11-291-13/+2
* Backport micro-fix from the py3k svnmergeAntoine Pitrou2009-11-101-1/+1
* Issue #7197: Allow unittest.TextTestRunner objects to be pickled andAntoine Pitrou2009-11-101-0/+2
* #7031: Add TestCase.assertIsInstance and negated method.Georg Brandl2009-10-011-0/+13
* Fix some weird whitespace and two other overlong lines.Georg Brandl2009-10-011-4/+7
* Test creation moved from TestProgram.parseArgs to TestProgram.createTests exc...Michael Foord2009-09-271-5/+8
* Test discovery in unittest will only attempt to import modules that are impor...Michael Foord2009-09-132-16/+46
* unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....Michael Foord2009-09-131-2/+2
* Objects that compare equal automatically pass or fail assertAlmostEqual and a...Michael Foord2009-09-131-1/+9
* issue 6275Kristján Valur Jónsson2009-08-271-0/+1
* split unittest.py into a packageBenjamin Peterson2009-07-199-0/+1773