summaryrefslogtreecommitdiff
path: root/Doc/library/test.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_...Joannah Nanjekye2019-09-121-0/+30
* bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)Serhiy Storchaka2019-08-041-0/+6
* bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...Serhiy Storchaka2019-08-041-0/+17
* bpo-37526: Add support.catch_threading_exception() (GH-14664)Victor Stinner2019-07-091-0/+33
* bpo-37261: Document sys.unraisablehook corner cases (GH-14059)Victor Stinner2019-06-141-7/+3
* bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)Victor Stinner2019-06-131-0/+12
* bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554)Victor Stinner2019-05-251-0/+20
* bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)Stéphane Wirtel2019-02-221-0/+4
* bpo-35798: Add test.support.check_syntax_warning(). (#11895)Serhiy Storchaka2019-02-191-3/+18
* bpo-35042: Use the :pep: role where a PEP is specified (#10036)Stéphane Wirtel2018-10-261-1/+1
* Fix "Python" casing in a few places (GH-9001)Andrés Delfino2018-09-141-1/+1
* Spelling fixes to docs, docstrings, and comments (GH-6374)Ville Skyttä2018-04-201-1/+1
* Fix duplicating words words. (GH-6296)Serhiy Storchaka2018-03-281-1/+1
* bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)Nick Coghlan2018-03-251-2/+2
* bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)Serhiy Storchaka2018-03-021-0/+7
* bpo-11015: Update test.support documentation (GH-5610)Cheryl Sabella2018-02-111-6/+722
* bpo-31567: add or fix decorator markup in docs (#3959)Daisuke Miyakawa2017-10-121-1/+1
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-251-1/+1
* Fix trailing colon and newline in test.rst (#1250)Louie Lu2017-04-221-1/+2
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
|\
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+2
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
* | Merge doc and comment fixes from 3.5Martin Panter2016-04-191-1/+1
|\ \ | |/
| * Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-191-1/+1
* | merge with 3.5Georg Brandl2016-02-261-1/+1
|\ \ | |/
| * Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* | Issue #23883: Add test.support.check__all__() and test gettext.__all__Martin Panter2015-11-141-0/+42
|/
* 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
| * Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-3/+3
* | 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-3/+3
|\ \ | |/
| * #14552: remove redundant wording in 'test' docs.R David Murray2012-04-111-3/+3
* | 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