summaryrefslogtreecommitdiff
path: root/Doc/library/unittest.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)Xtreak2019-09-111-0/+76
* [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)Serhiy Storchaka2019-06-051-1/+1
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-011-2/+2
* bpo-37094: Add example for TestCase.skipTest in unittest doc (GH-13645)Makdon2019-05-311-4/+12
* Fixed capital letters missing and missing . (GH-12584)Jules Lasne (jlasne)2019-03-281-6/+6
* Doc: Missing backquotes. (GH-11982)Julien Palard2019-02-221-1/+1
* Doc: Fix typo. (GH-11315)Julien Palard2019-02-191-1/+1
* Clarify expectedFailure in the unittest docs. (#10953)Gregory P. Smith2018-12-061-2/+2
* Correct a typo in the Unittest documentation (GH-10397)Géry Ogam2018-11-091-1/+1
* bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190)Lisa Roach2018-11-081-0/+65
* unittest documentation: Spell pytest without the dot (GH-9820)Andreas Pelme2018-10-271-1/+1
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Stéphane Wirtel2018-10-261-1/+1
* Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRai...Benjamin Peterson2018-10-021-3/+3
* Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670)Benjamin Peterson2018-10-011-1/+1
* Make it more clear that setUpClass runs before each class, not "class run" (G...Ville Skyttä2018-08-231-1/+1
* Fix reST markup in unittest documentation (GH-8665)Berker Peksag2018-08-041-1/+1
* bpo-19950: Clarify unittest TestCase instance use. (GH-6875)Gregory P. Smith2018-05-171-9/+15
* bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)Mariatta2018-02-231-1/+1
* bpo-25910: Fixes redirection from http to https (#4674)Sanyam Khurana2017-12-061-1/+1
* bpo-32071: Add unittest -k option (#4496)Jonas Haag2017-11-251-0/+34
* Improve test suite customization example (GH-3967)Berker Peksag2017-10-131-2/+6
* bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536)Jim Fasarakis-Hilliard2017-06-091-5/+10
* Issue 29274: Merge doc fixes from 3.5Martin Panter2017-01-181-4/+4
|\
| * Issue #29274: tests cases → test casesMartin Panter2017-01-181-4/+4
* | Merge doc fixes from 3.5Martin Panter2017-01-141-5/+5
|\ \ | |/
| * Fix grammar, typos and markup in documentation and code commentsMartin Panter2017-01-141-5/+5
* | Issue #26638: Merge option warning fixes from 3.5 into 3.6Martin Panter2016-10-301-2/+4
|\ \ | |/
| * Issue #26638: Work around more CLI options that can’t be linkedMartin Panter2016-10-301-2/+4
* | 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
* | Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.5->3.6)Guido van Rossum2016-10-131-13/+11
|\ \ | |/
| * Issue #26869: Document unittest.TestCase.longMessage. (Mariatta)Guido van Rossum2016-10-131-13/+11
* | Merge with 3.5Zachary Ware2016-08-301-1/+1
|\ \ | |/
| * Fix typoZachary Ware2016-08-301-1/+1
* | Issue #18548: Merge from 3.5Berker Peksag2016-08-061-2/+2
|\ \ | |/
| * Issue #18548: Fix unittest.TestSuite() exampleBerker Peksag2016-08-061-2/+2
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+5
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+5
* | Expand abbreviations FIFO and LIFO.Serhiy Storchaka2016-05-161-3/+3
|/
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-13/+13
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* #25687: clarify that errors in tearDown increase the total number of reported...Ezio Melotti2016-03-131-4/+6
* #19006: fix wording in unittest docs.Ezio Melotti2016-01-121-3/+4
* merge 3.4 (#26046)Benjamin Peterson2016-01-071-1/+1
|\
| * fix typo in unittest docs (closes #26046)Benjamin Peterson2016-01-071-1/+1
* | Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-1/+1
|\ \ | |/
| * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-2/+2
|\ \ | |/
| * Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-2/+2
* | Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-241-2/+2
|\ \ | |/