summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue26097 - Fix the TextTestRunner documentation, mention all the arguments ...Senthil Kumaran2016-01-151-2/+3
* #19006: fix wording in unittest docs.Ezio Melotti2016-01-121-2/+3
* fix typo in unittest docs (closes #26046)Benjamin Peterson2016-01-081-1/+1
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-2/+2
* Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-241-2/+2
* #24548: replace dead link with pointer to archive.org.R David Murray2015-07-041-1/+1
* #11468: improve unittest basic example. Initial patch by Florian Preinstorfer.Ezio Melotti2015-03-241-38/+29
* Issue #23125: Update nose project page link.Berker Peksag2014-12-281-1/+1
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-2/+2
* #18566: WhitespaceTerry Jan Reedy2014-04-161-5/+5
* Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.Terry Jan Reedy2014-04-161-7/+7
* Issue #21170: Removed invalid parameter names from unittest doc.Terry Jan Reedy2014-04-111-2/+2
* #20030: doc that TestLoader.discover returns a TestSuite.R David Murray2014-03-111-5/+5
* #17282: Document unittest.main defaultTest argument.R David Murray2014-01-021-0/+4
* Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Gre...Georg Brandl2013-10-061-1/+1
* #18951: use consistent names in unittest docs.Ezio Melotti2013-09-131-4/+4
* #18895: split a sentence in unittest docs.Ezio Melotti2013-09-071-1/+1
* #18894: remove mention of deprecated fail* methods.Ezio Melotti2013-09-071-2/+1
* #18663: document that assertAlmostEqual also works when the values are equal ...Ezio Melotti2013-08-111-1/+1
* Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner.Terry Jan Reedy2013-06-291-1/+1
* #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual.Ezio Melotti2013-04-291-0/+2
* #17329: document unittest.SkipTest. Initial patch by Zachary Ware.Ezio Melotti2013-03-271-3/+10
* Fix markup in unittest doc.Ezio Melotti2013-03-011-4/+4
* Fix markup in unittest docs.Ezio Melotti2013-02-281-3/+3
* Issue #17203: add long option names to unittest discovery docs.Chris Jerdonek2013-02-221-5/+5
* Add missing comma.Ezio Melotti2012-08-291-1/+1
* #14558: document the module, argv, and testLoader args of unittest.main.Ezio Melotti2012-04-301-6/+14
* Fix markup in unittest doc.Ezio Melotti2012-04-291-2/+2
* use unittest.skip; thanks to Chang Min Jeon from docs@Sandro Tosi2012-03-311-1/+1
* fix typo; thanks to Justin Watt from docs@Sandro Tosi2012-01-211-1/+1
* #13695: fix a couple of typos in the doc.Ezio Melotti2012-01-161-2/+2
* #13387: rephrase unclear sentence.Ezio Melotti2011-12-191-2/+1
* #13387: add note about checking the exact type in assertIsInstance doc.Ezio Melotti2011-11-181-0/+2
* Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.Éric Araujo2011-09-011-5/+5
* Fix typo.Ezio Melotti2011-03-121-1/+1
* Use simpler assert in basic example.Ezio Melotti2011-03-101-2/+2
* Backport from 3.x several improvements and fixes for unittest.rst.Ezio Melotti2011-03-101-269/+338
* #11298: Improve the unittest discovery explanation.Ezio Melotti2011-03-081-3/+5
* Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,...Georg Brandl2011-02-251-2/+0
* Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge...Éric Araujo2010-12-161-32/+46
* Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-3/+3
* Documentation updates for issues 8302 and 8351 (truncating excessive diffs in...Michael Foord2010-06-051-2/+21
* Fix typo.Stefan Krah2010-05-191-1/+1
* Consolidate deprecation messages.Georg Brandl2010-05-101-2/+1
* Updating documentation and adding docstrings to unittest.TestCase.assertRegex...Michael Foord2010-05-081-3/+3
* Documenting test discovery from package name and potential problems with test...Michael Foord2010-05-081-0/+21
* Markup fix; clarify by adding 'in that order'Andrew M. Kuchling2010-04-301-2/+3
* Fix typosAndrew M. Kuchling2010-04-301-1/+1
* Fix doubled 'the'.Andrew M. Kuchling2010-04-291-16/+16