summaryrefslogtreecommitdiff
path: root/Doc/library/test.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
* Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-191-1/+1
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Merge typo fixes from 3.4 into 3.5Martin Panter2015-10-071-1/+1
|\
| * Various minor typos in documentation and commentsMartin Panter2015-10-071-1/+1
* | Fix usage of the default role.Zachary Ware2015-07-071-3/+3
* | issue9859: add the missing versionadded tag to the documentation.Gregory P. Smith2015-04-141-0/+2
* | issue9859: Document test.support.detect_api_mismatch() and simplify its test.Gregory P. Smith2015-04-141-0/+9
|/
* Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-3/+3
* Issue #22002: Make full use of test discovery in test sub-packages.Zachary Ware2014-07-231-1/+16
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-0/+1
* Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...Antoine Pitrou2013-10-081-7/+15
* Close #18952: correctly download test support dataNick Coghlan2013-09-081-1/+4
* Issue #12645: Clarify and reformat the documentation of import_fresh_moduleEli Bendersky2013-08-111-7/+7
* Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-281-8/+30
* #17987: properly document support.captured_xxx.R David Murray2013-07-111-7/+19
* #11732: add a new suppress_crash_popup() context manager to test.support.Ezio Melotti2013-03-051-0/+7
* StringIO.StringIO -> io.StringIO (closes #17168)Benjamin Peterson2013-02-091-3/+3
* Issue #14554: merge with 3.2Sandro Tosi2012-04-241-1/+1
|\
| * Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhon...Sandro Tosi2012-04-241-1/+1
* | Merge doc fixes #14553 and #14552.R David Murray2012-04-111-32/+135
|\ \ | |/ |/|
| * Reflow paragraph (not that it helped much).R David Murray2012-04-091-10/+9
| * #14533: if a test has no test_main, use loadTestsFromModule.R David Murray2012-04-091-15/+17
| * Close issue 12958 by flagging expected failures in test_socket on Mac OS XNick Coghlan2011-09-191-2/+9
| * Merge with 3.2.Georg Brandl2011-07-301-11/+106
| |\
| | * fix doc typo for library/test.rstEli Bendersky2011-07-271-1/+1
| | * Issue #11015: bring test.support docs up to dateEli Bendersky2011-05-061-10/+106
* | | #14552: remove redundant wording in 'test' docs.R David Murray2012-04-111-3/+3
|/ /
* | Change test.support docs to be more specific about the nature of this module.Georg Brandl2011-07-301-7/+12
|/
* Make this a note again.Antoine Pitrou2010-12-181-1/+1
* Advertise “python -m test” over test.regrtest (r87296 followup)Éric Araujo2010-12-161-10/+13
* Advertise “python -m” instead of direct filename.Éric Araujo2010-12-161-3/+3
* Make this a warning and fix indentationAntoine Pitrou2010-12-121-6/+6
* Fix usage of :option: in the docs (#9312).Éric Araujo2010-11-181-11/+10
* Fix a minor docs bug.Senthil Kumaran2010-10-151-2/+2
* Document the fact that the 'test' package is meant only for use by PythonBrett Cannon2010-07-231-0/+7
* Merged revisions 81279 via svnmerge fromSenthil Kumaran2010-05-181-1/+1
* Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-31/+41
* Update versionadded/changed.Ezio Melotti2010-03-211-1/+1
* Merged revisions 79049 via svnmerge fromFlorent Xicluna2010-03-181-48/+50
* Only the parts which are relevant for 3.x branch.Florent Xicluna2010-03-131-23/+41
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-4/+3
* 2.7 -> 3.1 versionchanges.Georg Brandl2009-05-051-1/+1
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-011-1/+7
* Merged revisions 71799 via svnmerge fromNick Coghlan2009-04-221-9/+33
* Merged revisions 71465 via svnmerge fromNick Coghlan2009-04-111-0/+24
* Remove 2.6 versionchanges, turn 2.7 ones into 3.1.Georg Brandl2009-01-041-2/+0
* forward port r66386Benjamin Peterson2008-10-161-16/+24
* Make test.test_support.catch_warnings more robust as discussed on python-dev....Nick Coghlan2008-07-131-8/+24