summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test
Commit message (Expand)AuthorAgeFilesLines
...
* | #11763: merge with 3.2.Ezio Melotti2011-04-271-0/+36
|\ \ | |/
| * #11763: merge with 3.1.Ezio Melotti2011-04-271-0/+36
* | #11282: add back the fail* methods and assertDictContainsSubset.Ezio Melotti2011-04-034-4/+75
* | #11282: merge with 3.2.Ezio Melotti2011-04-031-4/+2
|\ \ | |/
| * #11282: the fail* methods will stay around a few more versions.Ezio Melotti2011-04-031-4/+2
* | Merge with 3.2.Ezio Melotti2011-03-201-1/+1
|\ \ | |/
| * Save a copy of sys.warnoptions in test_program.Ezio Melotti2011-03-201-1/+1
* | Issue #3080: Use repr() to format the module name on errorVictor Stinner2011-03-141-2/+2
* | Closes issue 10979. unittest buffering now works with class and module setup ...Michael Foord2011-03-171-0/+67
|\ \ | |/
| * Issue #10979. unittest stdout buffering now works with class and module setup...Michael Foord2011-03-171-0/+67
* | Closes issue 11407. TestCase.run returns the result object used or createdMichael Foord2011-03-141-4/+39
* | Remove unittest methods scheduled for removal in 3.3 -- makes the unittest te...Georg Brandl2011-02-204-74/+4
|/
* fix test_unittest: ignore DeprecationWarning on assertDictContainsSubset()Victor Stinner2011-01-032-24/+30
* Enable unittest.TestCase to be instantiated without providing a method name.Michael Foord2011-01-031-0/+10
* Issue 10786: unittest.TextTestRunner default stream no longer bound at import...Michael Foord2010-12-301-0/+17
* Add direct tests for the util functions.Raymond Hettinger2010-12-241-1/+13
* Improve diff for assertCountEqual() to actually show the differing counts.Raymond Hettinger2010-12-241-6/+0
* Add test for r87454.Raymond Hettinger2010-12-241-0/+3
* Deprecate assertDictContainsSubset()Raymond Hettinger2010-12-211-1/+2
* Improvement to fix for issue 9926 to allow TestResult to be reused.Michael Foord2010-12-191-1/+6
* Fix minor issue in implementation of issue 10470.Michael Foord2010-12-192-0/+14
* Issue 10611. Issue 9857. Improve the way exception handling, including test s...Michael Foord2010-12-193-23/+99
* Use lowercase true/false in assertTrue/assertFalse messages.Ezio Melotti2010-12-181-4/+4
* #10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticin...Ezio Melotti2010-12-101-4/+4
* Correct comment in unittest testMichael Foord2010-12-041-1/+1
* Issue 10620: Specifying test modules by path instead of module name to 'pytho...Michael Foord2010-12-041-0/+79
* 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-015-45/+47
* Fix test failure in debug builds and add NEWS entry for r86908Ezio Melotti2010-12-011-3/+3
* #10535: Enable silenced warnings in unittest by defaultEzio Melotti2010-12-014-3/+160
* Issue 10242: unittest.assertItemsEqual makes too many assumptions.Raymond Hettinger2010-11-272-21/+28
* #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmo...Ezio Melotti2010-11-221-19/+23
* Improve test for 'python -m unittest' launching test discoveryMichael Foord2010-11-221-5/+4
* Issue 10470: 'python -m unittest' launches test discovery by default.(If you...Michael Foord2010-11-211-13/+38
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-202-6/+6
* 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
* Fix issue 9926. TestSuite subclasses that override __call__ are called correc...Michael Foord2010-11-011-0/+14
* 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 81878 via svnmerge fromMichael Foord2010-06-101-1/+3
* Merged revisions 81853 via svnmerge fromMichael Foord2010-06-102-0/+87
* Merged revisions 81764 via svnmerge fromMichael Foord2010-06-052-2/+49
* 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 81022 via svnmerge fromMichael Foord2010-05-091-0/+45