summaryrefslogtreecommitdiff
path: root/Lib/unittest/test/test_case.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27430: Fix typos, patch by scop.Berker Peksag2016-07-011-1/+1
* Issue #26837: assertSequenceEqual() now correctly outputs non-stringifiedSerhiy Storchaka2016-04-251-0/+76
* Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-211-0/+56
* Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-161-4/+40
* Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-061-0/+52
|\
| * Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-061-0/+52
* | Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe...Antoine Pitrou2014-11-231-6/+4
|\ \ | |/ |/|
| * Close #22756: Improve the test output for some assertEqual tests.Robert Collins2014-10-301-5/+3
| * Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-191-1/+1
| |\
| * \ #22092: merge with 3.4.Ezio Melotti2014-08-071-1/+1
| |\ \
| * | | Fix typo in test method name.Mark Dickinson2014-04-181-1/+1
* | | | Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe...Antoine Pitrou2014-11-231-0/+28
| |_|/ |/| |
* | | Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-191-1/+1
| |/ |/|
* | #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.Ezio Melotti2014-08-071-1/+1
|/
* backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.R David Murray2014-03-251-0/+12
* Remove commented out debugging code (remnants of issue #18996).Serhiy Storchaka2013-12-101-2/+0
* Close #19880: Fix a reference leak in unittest.TestCase. Explicitly breakVictor Stinner2013-12-091-0/+26
* Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-171-4/+227
|\
| * Issue #18996: TestCase.assertEqual() now more cleverly shorten differingSerhiy Storchaka2013-09-231-3/+34
| * Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ens...Antoine Pitrou2013-09-141-0/+96
| * Issue #19013: add unittest.main() epilogs to unittest's own test modulesAntoine Pitrou2013-09-131-0/+4
| * #18741: merge with 3.3.Ezio Melotti2013-08-171-1/+1
| |\
| * | Issue #16997: unittest.TestCase now provides a subTest() context manager to p...Antoine Pitrou2013-03-201-1/+93
* | | Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-171-6/+6
| |/ |/|
* | #18741: fix more typos. Patch by F?vry Thibault.Ezio Melotti2013-08-171-1/+1
|/
* test that TestCase doesn't get cyclesBenjamin Peterson2011-07-141-0/+9
* #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-031-0/+53
* | #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
* | 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-201-52/+0
|/
* 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