| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in test comment (GH-11442) | Ashwin Ramaswami | 2019-05-19 | 1 | -1/+1 |
|
|
* | bpo-34900: Make TestCase.debug() work with subtests (GH-9707) | Bruno Oliveira | 2018-10-12 | 1 | -0/+14 |
|
|
* | bpo-34318: Convert deprecation warnings to errors in assertRaises() etc. (GH-... | Serhiy Storchaka | 2018-08-19 | 1 | -12/+8 |
|
|
* | Fix miscellaneous typos (#4275) | luzpaz | 2017-11-05 | 1 | -1/+1 |
|
|
* | Fix ref cycles in TestCase.assertRaises() (#193) | Victor Stinner | 2017-03-27 | 1 | -0/+13 |
|
|
* | Issue #27430: Fix typos, patch by scop. | Berker Peksag | 2016-07-01 | 1 | -1/+1 |
|
|
* | Issue #26837: assertSequenceEqual() now correctly outputs non-stringified | Serhiy Storchaka | 2016-04-25 | 1 | -0/+76 |
|
|
* | Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and | Serhiy Storchaka | 2015-05-21 | 1 | -0/+56 |
|
|
* | Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and | Serhiy Storchaka | 2015-05-16 | 1 | -4/+40 |
|
|
* | Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and | Serhiy Storchaka | 2015-05-06 | 1 | -0/+52 |
|\ |
|
| * | Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and | Serhiy Storchaka | 2015-05-06 | 1 | -0/+52 |
|
|
* | | Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe... | Antoine Pitrou | 2014-11-23 | 1 | -0/+28 |
|\ \
| |/ |
|
| * | Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe... | Antoine Pitrou | 2014-11-23 | 1 | -0/+28 |
|
|
* | | Close #22756: Improve the test output for some assertEqual tests. | Robert Collins | 2014-10-29 | 1 | -5/+3 |
|
|
* | | Issue #22186: Fix typos in Lib/. | Berker Peksag | 2014-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #22186: Fix typos in Lib/. | Berker Peksag | 2014-10-19 | 1 | -1/+1 |
|
|
* | | #22092: merge with 3.4. | Ezio Melotti | 2014-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. | Ezio Melotti | 2014-08-07 | 1 | -1/+1 |
|
|
| * | backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. | R David Murray | 2014-03-25 | 1 | -0/+12 |
|
|
* | | Fix typo in test method name. | Mark Dickinson | 2014-04-18 | 1 | -1/+1 |
|
|
* | | #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. | R David Murray | 2014-03-23 | 1 | -0/+12 |
|/ |
|
* | Remove commented out debugging code (remnants of issue #18996). | Serhiy Storchaka | 2013-12-10 | 1 | -2/+0 |
|
|
* | Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break | Victor Stinner | 2013-12-09 | 1 | -0/+26 |
|
|
* | Issue #19594: Use specific asserts in unittest tests. | Serhiy Storchaka | 2013-11-16 | 1 | -6/+6 |
|\ |
|
| * | Issue #19594: Use specific asserts in unittest tests. | Serhiy Storchaka | 2013-11-16 | 1 | -6/+6 |
|
|
* | | Issue #18996: TestCase.assertEqual() now more cleverly shorten differing | Serhiy Storchaka | 2013-09-23 | 1 | -3/+34 |
|
|
* | | Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ens... | Antoine Pitrou | 2013-09-14 | 1 | -0/+96 |
|
|
* | | Issue #19013: add unittest.main() epilogs to unittest's own test modules | Antoine Pitrou | 2013-09-13 | 1 | -0/+4 |
|
|
* | | #18741: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18741: fix more typos. Patch by FĂ©vry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|
|
* | | Issue #16997: unittest.TestCase now provides a subTest() context manager to p... | Antoine Pitrou | 2013-03-20 | 1 | -1/+93 |
|/ |
|
* | test that TestCase doesn't get cycles | Benjamin Peterson | 2011-07-14 | 1 | -0/+9 |
|
|
* | #11763: merge with 3.2. | Ezio Melotti | 2011-04-27 | 1 | -0/+36 |
|\ |
|
| * | #11763: merge with 3.1. | Ezio Melotti | 2011-04-27 | 1 | -0/+36 |
|
|
* | | #11282: add back the fail* methods and assertDictContainsSubset. | Ezio Melotti | 2011-04-03 | 1 | -0/+53 |
|
|
* | | #11282: merge with 3.2. | Ezio Melotti | 2011-04-03 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | #11282: the fail* methods will stay around a few more versions. | Ezio Melotti | 2011-04-03 | 1 | -4/+2 |
|
|
* | | Closes issue 11407. TestCase.run returns the result object used or created | Michael Foord | 2011-03-14 | 1 | -4/+39 |
|
|
* | | Remove unittest methods scheduled for removal in 3.3 -- makes the unittest te... | Georg Brandl | 2011-02-20 | 1 | -52/+0 |
|/ |
|
* | fix test_unittest: ignore DeprecationWarning on assertDictContainsSubset() | Victor Stinner | 2011-01-03 | 1 | -19/+22 |
|
|
* | Enable unittest.TestCase to be instantiated without providing a method name. | Michael Foord | 2011-01-03 | 1 | -0/+10 |
|
|
* | Add direct tests for the util functions. | Raymond Hettinger | 2010-12-24 | 1 | -1/+13 |
|
|
* | Add test for r87454. | Raymond Hettinger | 2010-12-24 | 1 | -0/+3 |
|
|
* | Deprecate assertDictContainsSubset() | Raymond Hettinger | 2010-12-21 | 1 | -1/+2 |
|
|
* | Issue 10611. Issue 9857. Improve the way exception handling, including test s... | Michael Foord | 2010-12-19 | 1 | -8/+87 |
|
|
* | #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ... | Ezio Melotti | 2010-12-01 | 1 | -35/+37 |
|
|
* | Issue 10242: unittest.assertItemsEqual makes too many assumptions. | Raymond Hettinger | 2010-11-27 | 1 | -19/+26 |
|
|
* | #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmo... | Ezio Melotti | 2010-11-22 | 1 | -19/+23 |
|
|
* | Issue 10326: further extend test for unpickling to ensure type lookup mechani... | Michael Foord | 2010-11-20 | 1 | -0/+4 |
|
|
* | Issue 10326: extend test for pickling of TestCase instances to ensure they ca... | Michael Foord | 2010-11-20 | 1 | -0/+2 |
|
|