summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/case.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #7092: Fix the DeprecationWarnings emitted by the standard libraryAntoine Pitrou2010-01-041-3/+9
* now that deepcopy can handle instance methods, this hack can be removed #7409Benjamin Peterson2009-11-291-13/+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
* 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-191-0/+893