summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.rst
Commit message (Expand)AuthorAgeFilesLines
* - Issue #16662: load_tests() is now unconditionally run when it is present inBarry Warsaw2014-09-081-28/+39
* #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
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-14/+17
* Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.Larry Hastings2014-02-101-7/+7
* merge from 3.3Senthil Kumaran2014-02-081-7/+8
|\
| * Include the mention of ResourceWarning being displayed by default by the test...Senthil Kumaran2014-02-081-7/+8
* | Fixes Issue #20165: The unittest module no longer considers tests marked withGregory P. Smith2014-01-201-0/+4
* | whatsnew: unittest import time SkipTest reported as skip not error.R David Murray2014-01-031-2/+3
* | Merge and update #17282: Document unittest.main defaultTest argument.R David Murray2014-01-021-0/+5
|\ \ | |/
| * #17282: Document unittest.main defaultTest argument.R David Murray2014-01-021-0/+4
* | Closes issue 20031. Document unittest.TextTestRunner.run method.Michael Foord2013-12-291-0/+8
* | Fix suspicious markup in the docs.Georg Brandl2013-11-241-2/+2
* | Address Terry's commentsAntoine Pitrou2013-09-151-2/+5
* | Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ens...Antoine Pitrou2013-09-141-0/+41
* | #18951: merge with 3.3.Ezio Melotti2013-09-131-6/+6
|\ \ | |/
| * #18951: use consistent names in unittest docs.Ezio Melotti2013-09-131-6/+6
* | #18895: merge with 3.3.Ezio Melotti2013-09-071-1/+1
|\ \ | |/
| * #18895: split a sentence in unittest docs.Ezio Melotti2013-09-071-1/+1
* | #18894: merge with 3.3.Ezio Melotti2013-09-071-2/+1
|\ \ | |/
| * #18894: remove mention of deprecated fail* methods.Ezio Melotti2013-09-071-2/+1
* | Issue #11798: TestSuite now drops references to own tests after execution.Andrew Svetlov2013-08-281-3/+12
* | #18663: merge with 3.3.Ezio Melotti2013-08-111-1/+1
|\ \ | |/
| * #18663: document that assertAlmostEqual also works when the values are equal ...Ezio Melotti2013-08-111-1/+1
* | Merge with 3.3Terry Jan Reedy2013-07-311-3/+3
|\ \ | |/
| * Issue #18573: More copy-paste fixes to assertWarns entry.Terry Jan Reedy2013-07-311-3/+3
* | Merge with 3.3Terry Jan Reedy2013-07-271-1/+1
|\ \ | |/
| * Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry.Terry Jan Reedy2013-07-271-1/+1
* | Merge with 3.3Terry Jan Reedy2013-06-291-1/+1
|\ \ | |/
| * Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner.Terry Jan Reedy2013-06-291-1/+1
* | #17871: merge with 3.3.Ezio Melotti2013-05-071-1/+2
|\ \ | |/
| * #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh C...Ezio Melotti2013-05-071-1/+2
* | #17329: merge with 3.3.Ezio Melotti2013-03-271-6/+13
|\ \ | |/
| * #17329: merge with 3.2.Ezio Melotti2013-03-271-3/+10
| |\
| | * #17329: document unittest.SkipTest. Initial patch by Zachary Ware.Ezio Melotti2013-03-271-3/+10
* | | 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-191-0/+5
* | | Merge markup fixes in unittest doc from 3.3.Ezio Melotti2013-03-011-4/+4
|\ \ \ | |/ /
| * | Merge markup fixes in unittest doc from 3.2.Ezio Melotti2013-03-011-4/+4
| |\ \ | | |/
| | * Fix markup in unittest doc.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
|\ \ \ | |/ /
| * | Merge markup fixes in unittest docs from 3.2.Ezio Melotti2013-02-281-3/+3
| |\ \ | | |/
| | * Fix markup in unittest docs.Ezio Melotti2013-02-281-3/+3
* | | Add a "Changed in version" to the docs for issue #15132.Chris Jerdonek2013-02-231-0/+4
|/ /
* | Issue #17203: add long option names to unittest discovery docs.Chris Jerdonek2013-02-221-3/+3
|\ \ | |/
| * Issue #17203: add long option names to unittest discovery docs.Chris Jerdonek2013-02-221-3/+3
* | Remove cruft and circumvolutions from the unittest docs.Antoine Pitrou2013-01-201-197/+56
* | merge from 3.2Senthil Kumaran2012-10-271-3/+4
|\ \ | |/