| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #9815: assertRaises now tries to clear references to local variables in... | Antoine Pitrou | 2014-04-28 | 1 | -0/+31 |
|
|
* | Issue #19013: add unittest.main() epilogs to unittest's own test modules | Antoine Pitrou | 2013-09-13 | 1 | -0/+4 |
|
|
* | #18663: document that assertAlmostEqual also works when the values are equal ... | Ezio Melotti | 2013-08-11 | 1 | -0/+4 |
|
|
* | Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRe... | Ezio Melotti | 2011-05-06 | 1 | -0/+73 |
|
|
* | #11282: add back the fail* methods and assertDictContainsSubset. | Ezio Melotti | 2011-04-03 | 1 | -0/+9 |
|
|
* | Remove unittest methods scheduled for removal in 3.3 -- makes the unittest te... | Georg Brandl | 2011-02-20 | 1 | -9/+0 |
|
|
* | fix test_unittest: ignore DeprecationWarning on assertDictContainsSubset() | Victor Stinner | 2011-01-03 | 1 | -5/+8 |
|
|
* | Improve diff for assertCountEqual() to actually show the differing counts. | Raymond Hettinger | 2010-12-24 | 1 | -6/+0 |
|
|
* | Use lowercase true/false in assertTrue/assertFalse messages. | Ezio Melotti | 2010-12-18 | 1 | -4/+4 |
|
|
* | #10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticin... | Ezio Melotti | 2010-12-10 | 1 | -4/+4 |
|
|
* | Issue 7911: unittest.TestCase.longMessage defaults to True for improved failu... | Michael Foord | 2010-12-03 | 1 | -1/+1 |
|
|
* | #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ... | Ezio Melotti | 2010-12-01 | 1 | -7/+7 |
|
|
* | Issue 10242: unittest.assertItemsEqual makes too many assumptions. | Raymond Hettinger | 2010-11-27 | 1 | -2/+2 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -4/+4 |
|
|
* | Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,... | Benjamin Peterson | 2010-04-11 | 1 | -0/+34 |
|
|
* | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from | Florent Xicluna | 2010-03-28 | 1 | -7/+3 |
|
|
* | Breaking test_unittest.py into a package. Manual merge of revision 79432. | Michael Foord | 2010-03-27 | 1 | -0/+259 |
|
|