summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.rst
Commit message (Expand)AuthorAgeFilesLines
* Enable unittest.TestCase to be instantiated without providing a method name.Michael Foord2011-01-031-0/+5
* Issue 10502: addition of unittestgui to Tools/Michael Foord2011-01-031-0/+7
* Issue 10786: unittest documentation update.Michael Foord2011-01-031-4/+10
* Adopt symmetric names for arguments (actual/expected --> first/second).Raymond Hettinger2010-12-241-5/+5
* Fix docs and comment for r87454.Raymond Hettinger2010-12-241-1/+1
* Deprecate assertDictContainsSubset()Raymond Hettinger2010-12-211-3/+6
* #10573: use actual/expected consistently in unittest methods. The order of th...Ezio Melotti2010-12-181-37/+38
* Fix one versionchangedÉric Araujo2010-12-161-1/+4
* No need to generate a link for something that’s just above.Éric Araujo2010-12-161-2/+1
* Fix markup errors.Georg Brandl2010-12-041-1/+1
* Issue 10620: Specifying test modules by path instead of module name to 'pytho...Michael Foord2010-12-041-0/+10
* Issue 7911: unittest.TestCase.longMessage defaults to True for improved failu...Michael Foord2010-12-031-2/+2
* Re-add accidentally removed line.Georg Brandl2010-12-021-0/+1
* Fix some markup and style in the unittest docs.Georg Brandl2010-12-011-22/+22
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-32/+40
* #10535: Enable silenced warnings in unittest by defaultEzio Melotti2010-12-011-4/+20
* Do not add an obsolete unittest name to Py3.2.Raymond Hettinger2010-11-291-7/+0
* Issue 10242: unittest.assertItemsEqual makes too many assumptions.Raymond Hettinger2010-11-271-7/+13
* Rewrap long lines + minor editsÉric Araujo2010-11-261-11/+11
* Use link-generating markup (see #9312)Éric Araujo2010-11-261-1/+2
* #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmo...Ezio Melotti2010-11-221-12/+16
* Issue 10470: 'python -m unittest' launches test discovery by default.(If you...Michael Foord2010-11-211-0/+10
* Style edits in followup to r86521 (#9312)Éric Araujo2010-11-211-2/+2
* Use correct markup for True/False/NoneEzio Melotti2010-11-201-11/+11
* Add a few labels and links to unittest docEzio Melotti2010-11-201-28/+41
* Fix usage of :option: in the docs (#9312).Éric Araujo2010-11-181-24/+38
* Merge the doc for assertTrue/False, assert[Not]AlmostEqual, assert[Not]Regexp...Ezio Melotti2010-11-051-86/+28
* Move the deprecated aliases in a new section.Ezio Melotti2010-11-041-30/+24
* Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance.Ezio Melotti2010-11-041-32/+9
* Divide the context manager signature from the normal one for consistency with...Ezio Melotti2010-11-031-2/+4
* Minor cleanups to unittest doc.Ezio Melotti2010-11-031-4/+4
* List the assert* methods in tables in unittest doc.Ezio Melotti2010-11-031-194/+328
* Updating unittest docs to reflect change in unittest.TestCase.assert[Not]Almo...Michael Foord2010-11-021-4/+4
* Fixing some sphinx inline directives - detected using ``make check``.Senthil Kumaran2010-10-151-3/+3
* #9911: doc copyedits.Georg Brandl2010-09-211-3/+3
* Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittestAntoine Pitrou2010-09-061-0/+53
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-9/+12
* #6522: add a "decorator" directive to explicitly document decorators, and use...Georg Brandl2010-07-291-8/+8
* Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-271-17/+23
* Merged revisions 81767 via svnmerge fromMichael Foord2010-06-051-2/+21
* Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,...Georg Brandl2010-05-191-2/+1
* Merged revisions 81354 via svnmerge fromStefan Krah2010-05-191-1/+1
* Merged revisions 80990 via svnmerge fromMichael Foord2010-05-081-3/+3
* Merged revisions 80980 via svnmerge fromMichael Foord2010-05-081-0/+21
* Adding versionadded to several new functions in unittest documentation.Michael Foord2010-04-261-0/+8
* Merged revisions 80476 via svnmerge fromMichael Foord2010-04-251-36/+25
* Fix versionadded in unittest.rst.Ezio Melotti2010-04-201-6/+6
* typoBarry Warsaw2010-04-121-1/+1
* Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,...Benjamin Peterson2010-04-111-48/+296
* Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-0/+2