summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/case.py
Commit message (Expand)AuthorAgeFilesLines
* merge 3.2 (#12544)Benjamin Peterson2011-07-131-22/+3
|\
| * this can be done without a custom dict (also fixes #12544)Benjamin Peterson2011-07-131-22/+3
* | Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRe...Ezio Melotti2011-05-061-33/+47
* | #11763: merge with 3.2.Ezio Melotti2011-04-271-0/+8
|\ \ | |/
| * #11763: merge with 3.1.Ezio Melotti2011-04-271-0/+8
* | #11282: add back the fail* methods and assertDictContainsSubset.Ezio Melotti2011-04-031-5/+36
* | #11282: merge with 3.2.Ezio Melotti2011-04-031-2/+1
|\ \ | |/
| * #11282: the fail* methods will stay around a few more versions.Ezio Melotti2011-04-031-2/+1
* | Closes issue 11407. TestCase.run returns the result object used or createdMichael Foord2011-03-141-1/+1
* | Remove unittest methods scheduled for removal in 3.3 -- makes the unittest te...Georg Brandl2011-02-201-78/+5
|/
* Issue 10573: revert unittest docs to first / secondMichael Foord2011-01-281-6/+6
* Enable unittest.TestCase to be instantiated without providing a method name.Michael Foord2011-01-031-3/+8
* Adopt symmetric names for arguments (actual/expected --> first/second).Raymond Hettinger2010-12-241-10/+10
* Put diff output in useful order (when the elements were first seen).Raymond Hettinger2010-12-241-6/+3
* Improve diff for assertCountEqual() to actually show the differing counts.Raymond Hettinger2010-12-241-15/+15
* Fix docstring.Raymond Hettinger2010-12-241-3/+3
* Fix docs and comment for r87454.Raymond Hettinger2010-12-241-1/+1
* Fix buglet. If the input was an iterator, the fallback would occur afterRaymond Hettinger2010-12-231-8/+7
* Deprecate assertDictContainsSubset()Raymond Hettinger2010-12-211-0/+2
* Issue 10611. Issue 9857. Improve the way exception handling, including test s...Michael Foord2010-12-191-50/+78
* #10573: use actual/expected consistently in unittest methods. The order of th...Ezio Melotti2010-12-181-13/+13
* Use lowercase true/false in assertTrue/assertFalse messages.Ezio Melotti2010-12-181-4/+4
* assert that the regex given to assertRegex is non-empty.Gregory P. Smith2010-12-161-0/+1
* #10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticin...Ezio Melotti2010-12-101-1/+1
* Issue 7911: unittest.TestCase.longMessage defaults to True for improved failu...Michael Foord2010-12-031-1/+1
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-50/+54
* Do not add an obsolete unittest name to Py3.2.Raymond Hettinger2010-11-291-3/+0
* Issue 10242: unittest.assertItemsEqual makes too many assumptions.Raymond Hettinger2010-11-271-11/+16
* #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmo...Ezio Melotti2010-11-221-18/+8
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-6/+4
* Issue 10326: TestCase instances can now be pickled (they store names of insta...Michael Foord2010-11-201-7/+28
* Remove the keyword only restriction for places and delta args in unittest.Tes...Michael Foord2010-11-021-2/+2
* Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittestAntoine Pitrou2010-09-061-4/+110
* Fix error message for comparing single line strings in unittest.TestCase.asse...Michael Foord2010-07-101-3/+8
* Merged revisions 81859 via svnmerge fromMichael Foord2010-06-101-1/+1
* Merged revisions 81853 via svnmerge fromMichael Foord2010-06-101-0/+3
* Merged revisions 81770 via svnmerge fromMichael Foord2010-06-051-0/+1
* Merged revisions 81753 via svnmerge fromMichael Foord2010-06-051-1/+1
* Merged revisions 81752 via svnmerge fromMichael Foord2010-06-051-1/+5
* Merged revisions 81747 via svnmerge fromMichael Foord2010-06-051-2/+4
* Merged revisions 81739 via svnmerge fromMichael Foord2010-06-051-10/+18
* Merged revisions 81728 via svnmerge fromMichael Foord2010-06-051-3/+10
* remove now useless __ne__Benjamin Peterson2010-05-111-3/+0
* Merged revisions 80990 via svnmerge fromMichael Foord2010-05-081-0/+2
* Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,...Benjamin Peterson2010-04-111-13/+58
* Merged revisions 79263 via svnmerge fromBenjamin Peterson2010-03-221-0/+2
* Issue 7832. Deprecating assertSameElements in Py3k.Michael Foord2010-03-201-4/+5
* Adding assertItemsEqual with tests. Issue 7832. assertSameElements still need...Michael Foord2010-03-201-0/+38
* Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via sv...Benjamin Peterson2010-03-141-60/+113
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-8/+8