summaryrefslogtreecommitdiff
path: root/Doc/library/unittest.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-241-2/+2
* | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.Robert Collins2015-07-231-4/+8
|\ \ | |/
| * Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.Robert Collins2015-07-231-4/+8
* | Merge: #24584: replace dead link with pointer to archive.org.R David Murray2015-07-041-1/+1
|\ \ | |/
| * #24584: replace dead link with pointer to archive.org.R David Murray2015-07-041-1/+1
* | #11468: merge with 3.4.Ezio Melotti2015-03-241-37/+28
|\ \ | |/
| * #11468: improve unittest basic example. Initial patch by Florian Preinstorfer.Ezio Melotti2015-03-241-37/+28
* | Issue #22936: Allow showing local variables in unittest errors.Robert Collins2015-03-061-6/+19
* | Issue #23125: Update nose project page link.Berker Peksag2014-12-281-1/+1
|\ \ | |/
| * Issue #23125: Update nose project page link.Berker Peksag2014-12-281-1/+1
* | Close #22457: Honour load_tests in the start_dir of discovery.Robert Collins2014-11-051-1/+5
* | Close #7559: ImportError when loading a test now shown as ImportError.Robert Collins2014-10-301-0/+6
* | merge with 3.4Georg Brandl2014-10-291-1/+1
|\ \ | |/
| * Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-1/+1
* | Merge with 3.4Georg Brandl2014-10-291-1/+1
|\ \ | |/
| * Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
| * Closes #18729: minor markup improvement.Georg Brandl2014-10-021-1/+1
* | Close #19746: expose unittest discovery errors on TestLoader.errorsRobert Collins2014-10-201-0/+14
* | - Issue #16662: load_tests() is now unconditionally run when it is present inBarry Warsaw2014-09-081-28/+39
|/
* #18566: WhitespaceTerry Jan Reedy2014-04-151-5/+5
* Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.Terry Jan Reedy2014-04-151-7/+7