aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/unittest/test/test_assertions.py
Commit message (Expand)AuthorAge
* Issue #20362: Honour TestCase.longMessage correctly in assertRegex.Robert Collins2015-08-20
* Issue #9815: assertRaises now tries to clear references to local variables in...Antoine Pitrou2014-04-29
* Issue #19013: add unittest.main() epilogs to unittest's own test modulesAntoine Pitrou2013-09-13
* #18663: document that assertAlmostEqual also works when the values are equal ...Ezio Melotti2013-08-11
* Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRe...Ezio Melotti2011-05-06
* #11282: add back the fail* methods and assertDictContainsSubset.Ezio Melotti2011-04-03
* Remove unittest methods scheduled for removal in 3.3 -- makes the unittest te...Georg Brandl2011-02-20
* fix test_unittest: ignore DeprecationWarning on assertDictContainsSubset()Victor Stinner2011-01-03
* Improve diff for assertCountEqual() to actually show the differing counts.Raymond Hettinger2010-12-24
* Use lowercase true/false in assertTrue/assertFalse messages.Ezio Melotti2010-12-18
* #10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticin...Ezio Melotti2010-12-10
* Issue 7911: unittest.TestCase.longMessage defaults to True for improved failu...Michael Foord2010-12-03
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-01
* Issue 10242: unittest.assertItemsEqual makes too many assumptions.Raymond Hettinger2010-11-27
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,...Benjamin Peterson2010-04-11
* Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge fromFlorent Xicluna2010-03-28
* Breaking test_unittest.py into a package. Manual merge of revision 79432.Michael Foord2010-03-27