summaryrefslogtreecommitdiff
path: root/Doc/library/unittest.rst
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | #17329: merge with 3.3.Ezio Melotti2013-03-271-1/+109
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Issue #16997: unittest.TestCase now provides a subTest() context manager to p...Antoine Pitrou2013-03-201-0/+93
| | | | | | * | | | | | Closes issue 16709. unittest test discovery sorts test files for consistent t...Michael Foord2013-03-181-0/+5
| | | | | | * | | | | | Merge markup fixes in unittest doc from 3.3.Ezio Melotti2013-03-011-4/+4
| | | | | | |\ \ \ \ \ \
| | | | | | * | | | | | | #16935: unittest now counts the module as skipped if it raises SkipTest, inst...Ezio Melotti2013-03-011-1/+7
| | | | | | * | | | | | | Merge markup fixes in unittest docs from 3.3.Ezio Melotti2013-02-281-3/+3
| | | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | | Add a "Changed in version" to the docs for issue #15132.Chris Jerdonek2013-02-231-0/+4
* | | | | | | | | | | | | | Include the mention of ResourceWarning being displayed by default by the test...Senthil Kumaran2014-02-081-7/+8
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | #17282: Document unittest.main defaultTest argument.R David Murray2014-01-021-0/+4
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | #18951: use consistent names in unittest docs.Ezio Melotti2013-09-131-6/+6
|/ / / / / / / / / / /
* | | | | | | | | | | #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 #18573: More copy-paste fixes to assertWarns entry.Terry Jan Reedy2013-07-301-3/+3
|/ / / / / / /
* | | | | | | Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry.Terry Jan Reedy2013-07-271-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner.Terry Jan Reedy2013-06-291-1/+1
| |_|_|_|/ |/| | | |
* | | | | #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh C...Ezio Melotti2013-05-071-1/+2
|/ / / /
* | | | #17329: merge with 3.2.Ezio Melotti2013-03-271-239/+92
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge markup fixes in unittest doc from 3.2.Ezio Melotti2013-03-011-4/+4
| |\ \ \ | | |_|/ | |/| |
| * | | Merge markup fixes in unittest docs from 3.2.Ezio Melotti2013-02-281-239/+92
| |\ \ \ | | | |/ | | |/|
| | * | Issue #17203: add long option names to unittest discovery docs.Chris Jerdonek2013-02-211-239/+92
| | |\ \
| | | * | Remove cruft and circumvolutions from the unittest docs.Antoine Pitrou2013-01-201-197/+56
| | | * | merge from 3.2Senthil Kumaran2012-10-271-3/+4
| | | |\ \
| | | * \ \ Add missing comma.Ezio Melotti2012-08-291-43/+37
| | | |\ \ \
| | | | * \ \ #14558: merge with 3.2.Ezio Melotti2012-04-301-7/+15
| | | | |\ \ \
| | | | * \ \ \ Merge markup fix in unittest doc from 3.2.Ezio Melotti2012-04-291-2/+2
| | | | |\ \ \ \
| | | | * \ \ \ \ merge with 3.2Sandro Tosi2012-03-311-1/+1
| | | | |\ \ \ \ \
| | | | * | | | | | Issue #13248: Removed docs for two deprecated unittest features. To be cons...Raymond Hettinger2012-03-141-30/+0
| | | | * | | | | | merge with 3.2Sandro Tosi2012-01-211-13/+37
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ #13695: merge with 3.2.Ezio Melotti2012-01-161-13/+37
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ #13387: merge with 3.2.Ezio Melotti2011-12-191-13/+37
| | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ #13387: merge with 3.2.Ezio Melotti2011-11-181-13/+37
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ Merge doc changes from 3.2.Éric Araujo2011-09-011-14/+38
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRe...Ezio Melotti2011-05-061-12/+33
| | | | | | | | | * | | | | | #11282: merge with 3.2.Ezio Melotti2011-04-031-1/+1
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | | Closes issue 11407. TestCase.run returns the result object used or createdMichael Foord2011-03-141-2/+5
* | | | | | | | | | | | | | | | #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-211-3/+3
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Include mention of jenkins as an example framework for doing CISenthil Kumaran2012-10-271-3/+4
|/ / / / / / / / / / /
* | | | | | | | | | | Add missing comma.Ezio Melotti2012-08-291-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | #14558: document the module, argv, and testLoader args of unittest.main.Ezio Melotti2012-04-301-7/+15
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | 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
* | | | Add version number for versionchanged directive (backport from 3.3)Éric Araujo2011-09-011-1/+1
|/ / /