summaryrefslogtreecommitdiff
path: root/Lib/unittest/test/test_assertions.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20362: Honour TestCase.longMessage correctly in assertRegex.Robert Collins2015-08-201-1/+14
* Issue #9815: assertRaises now tries to clear references to local variables in...Antoine Pitrou2014-04-291-0/+31
* Issue #19013: add unittest.main() epilogs to unittest's own test modulesAntoine Pitrou2013-09-131-0/+4
* #18663: document that assertAlmostEqual also works when the values are equal ...Ezio Melotti2013-08-111-0/+4
* Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRe...Ezio Melotti2011-05-061-0/+73
* fix test_unittest: ignore DeprecationWarning on assertDictContainsSubset()Victor Stinner2011-01-031-5/+8
* Improve diff for assertCountEqual() to actually show the differing counts.Raymond Hettinger2010-12-241-6/+0
* 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
* 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-011-7/+7
* Issue 10242: unittest.assertItemsEqual makes too many assumptions.Raymond Hettinger2010-11-271-2/+2
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-4/+4
* Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,...Benjamin Peterson2010-04-111-0/+34
* Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge fromFlorent Xicluna2010-03-281-7/+3
* Breaking test_unittest.py into a package. Manual merge of revision 79432.Michael Foord2010-03-271-0/+259