summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.rst
Commit message (Expand)AuthorAgeFilesLines
* merge with 3.2Sandro Tosi2012-01-211-1/+1
|\
| * fix typo; thanks to Justin Watt from docs@Sandro Tosi2012-01-211-1/+1
* | #13695: merge with 3.2.Ezio Melotti2012-01-161-2/+2
|\ \ | |/
| * #13695: fix a couple of typos in the doc.Ezio Melotti2012-01-161-2/+2
* | #13387: merge with 3.2.Ezio Melotti2011-12-191-2/+1
|\ \ | |/
| * #13387: rephrase unclear sentence.Ezio Melotti2011-12-191-2/+1
* | #13387: merge with 3.2.Ezio Melotti2011-11-181-0/+2
|\ \ | |/
| * #13387: add note about checking the exact type in assertIsInstance doc.Ezio Melotti2011-11-181-0/+2
| * Add version number for versionchanged directive (backport from 3.3)Éric Araujo2011-09-011-1/+1
* | Merge doc changes from 3.2.Éric Araujo2011-09-011-14/+14
|\ \ | |/
| * Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.Éric Araujo2011-09-011-14/+14
* | Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRe...Ezio Melotti2011-05-061-12/+33
* | #11282: merge with 3.2.Ezio Melotti2011-04-031-1/+1
|\ \ | |/
| * #11282: the fail* methods will stay around a few more versions.Ezio Melotti2011-04-031-1/+1
* | Closes issue 11407. TestCase.run returns the result object used or createdMichael Foord2011-03-141-2/+5
|/
* Port a couple of changes from 3.1.Ezio Melotti2011-03-101-5/+5
|\
| * Backport from 3.2 several improvements and fixes for unittest.rst.Ezio Melotti2011-03-101-259/+351
| * Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge...Éric Araujo2010-12-161-1/+25
| * Removing the keyword only restriction for the places argument in unittest.Tes...Michael Foord2010-11-021-4/+4
| * Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-3/+3
| * Merged revisions 82301 via svnmerge fromGeorg Brandl2010-07-111-1/+1
| * Merged revisions 81356 via svnmerge fromStefan Krah2010-05-191-1/+1
| * Add a missing versionadded in unittest.rst.Ezio Melotti2010-04-201-0/+2
| * typoBarry Warsaw2010-04-121-1/+1
| * Merged revisions 77888 via svnmerge fromEzio Melotti2010-03-211-6/+6
| * (really issue7832, not 7030)Gregory P. Smith2010-02-281-1/+5
| * Merged revisions 78513 via svnmerge fromEzio Melotti2010-02-281-17/+17
| * Use non-deprecated method in the exampleEzio Melotti2010-02-081-1/+1
| * Merged revisions 77976 via svnmerge fromEzio Melotti2010-02-041-10/+10
| * Merged revisions 77937 via svnmerge fromBenjamin Peterson2010-02-031-3/+3
| * Merged revisions 74821,74828-74831,74833,74835 via svnmerge fromGeorg Brandl2009-09-161-32/+34
| * Merged revisions 74062 via svnmerge fromGeorg Brandl2009-08-131-2/+2
| * Merged revisions 74196 via svnmerge fromGeorg Brandl2009-08-131-2/+2
* | #11298: Improve the unittest discovery explanation.Ezio Melotti2011-03-081-3/+5
* | Fix awkwardly rendered sentence.Raymond Hettinger2011-02-061-3/+3
* | Issue 10573: revert unittest docs to first / secondMichael Foord2011-01-281-30/+30
* | 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