summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_case.py
Commit message (Expand)AuthorAgeFilesLines
* #11763: merge with 3.1.Ezio Melotti2011-04-271-0/+36
* #11282: the fail* methods will stay around a few more versions.Ezio Melotti2011-04-031-4/+2
* fix test_unittest: ignore DeprecationWarning on assertDictContainsSubset()Victor Stinner2011-01-031-19/+22
* Enable unittest.TestCase to be instantiated without providing a method name.Michael Foord2011-01-031-0/+10
* Add direct tests for the util functions.Raymond Hettinger2010-12-241-1/+13
* Add test for r87454.Raymond Hettinger2010-12-241-0/+3
* Deprecate assertDictContainsSubset()Raymond Hettinger2010-12-211-1/+2
* Issue 10611. Issue 9857. Improve the way exception handling, including test s...Michael Foord2010-12-191-8/+87
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-35/+37
* Issue 10242: unittest.assertItemsEqual makes too many assumptions.Raymond Hettinger2010-11-271-19/+26
* #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmo...Ezio Melotti2010-11-221-19/+23
* Issue 10326: further extend test for unpickling to ensure type lookup mechani...Michael Foord2010-11-201-0/+4
* Issue 10326: extend test for pickling of TestCase instances to ensure they ca...Michael Foord2010-11-201-0/+2
* Issue 10326: TestCase instances can now be pickled (they store names of insta...Michael Foord2010-11-201-0/+12
* Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittestAntoine Pitrou2010-09-061-0/+134
* Fix error message for comparing single line strings in unittest.TestCase.asse...Michael Foord2010-07-101-0/+15
* Merged revisions 81764 via svnmerge fromMichael Foord2010-06-051-0/+4
* Merged revisions 81763 via svnmerge fromMichael Foord2010-06-051-0/+39
* Merged revisions 81753 via svnmerge fromMichael Foord2010-06-051-3/+6
* Merged revisions 81739 via svnmerge fromMichael Foord2010-06-051-4/+22
* Test fix to use floor division. Correction from merge in previous commit.Michael Foord2010-06-051-1/+1
* Merged revisions 81728 via svnmerge fromMichael Foord2010-06-051-0/+19
* Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge fromFlorent Xicluna2010-03-281-12/+8
* Breaking test_unittest.py into a package. Manual merge of revision 79432.Michael Foord2010-03-271-0/+869