Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-19950: Clarify unittest TestCase instance use. (GH-6875) | Gregory P. Smith | 2018-05-17 | 1 | -9/+15 |
| | |||||
* | bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) | Mariatta | 2018-02-23 | 1 | -1/+1 |
| | | | | `whilst` and `while` are both english words, `whilst` is not as commonly used. This can be confusing to readers whose primary language is not english. | ||||
* | bpo-25910: Fixes redirection from http to https (#4674) | Sanyam Khurana | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | bpo-32071: Add unittest -k option (#4496) | Jonas Haag | 2017-11-25 | 1 | -0/+34 |
| | | | | * bpo-32071: Add unittest -k option | ||||
* | Improve test suite customization example (GH-3967) | Berker Peksag | 2017-10-13 | 1 | -2/+6 |
| | | | | Reported by John Gamboa on docs@p.o at https://mail.python.org/pipermail/docs/2017-June/031942.html | ||||
* | bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) | Jim Fasarakis-Hilliard | 2017-06-09 | 1 | -5/+10 |
| | | | Document that assertNotRegexpMatches is a deprecated alias for assertNotRegex. | ||||
* | Issue 29274: Merge doc fixes from 3.5 | Martin Panter | 2017-01-18 | 1 | -4/+4 |
|\ | |||||
| * | Issue #29274: tests cases → test cases | Martin Panter | 2017-01-18 | 1 | -4/+4 |
| | | |||||
* | | Merge doc fixes from 3.5 | Martin Panter | 2017-01-14 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Fix grammar, typos and markup in documentation and code comments | Martin Panter | 2017-01-14 | 1 | -5/+5 |
| | | | | | | | | | | | | * Indent versionchanged at method level, not class level * Mark up ``--help`` to avoid generating an en dash * Use forward slash in Unix command line with a dollar sign ($) prompt | ||||
* | | Issue #26638: Merge option warning fixes from 3.5 into 3.6 | Martin Panter | 2016-10-30 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Issue #26638: Work around more CLI options that can’t be linked | Martin Panter | 2016-10-30 | 1 | -2/+4 |
| | | | | | | | | | | | | * Cannot seem to link directly to main options from the “unittest” module, because that module has its own set of options * Mask out linking for options that no longer exist in Python 3 | ||||
* | | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -2/+2 |
| | | |||||
* | | Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.5->3.6) | Guido van Rossum | 2016-10-13 | 1 | -13/+11 |
|\ \ | |/ | |||||
| * | Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) | Guido van Rossum | 2016-10-13 | 1 | -13/+11 |
| | | |||||
* | | Merge with 3.5 | Zachary Ware | 2016-08-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo | Zachary Ware | 2016-08-30 | 1 | -1/+1 |
| | | |||||
* | | Issue #18548: Merge from 3.5 | Berker Peksag | 2016-08-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #18548: Fix unittest.TestSuite() example | Berker Peksag | 2016-08-06 | 1 | -2/+2 |
| | | | | | | | | Initial patch by py.user. | ||||
* | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+5 |
| | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | | Expand abbreviations FIFO and LIFO. | Serhiy Storchaka | 2016-05-16 | 1 | -3/+3 |
|/ | |||||
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -13/+13 |
| | | | | Original patch by James Edwards. | ||||
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
| | |||||
* | #25687: clarify that errors in tearDown increase the total number of ↵ | Ezio Melotti | 2016-03-13 | 1 | -4/+6 |
| | | | | reported errors. Initial patch by HyeSoo Park. | ||||
* | #19006: fix wording in unittest docs. | Ezio Melotti | 2016-01-12 | 1 | -3/+4 |
| | |||||
* | merge 3.4 (#26046) | Benjamin Peterson | 2016-01-08 | 1 | -1/+1 |
|\ | |||||
| * | fix typo in unittest docs (closes #26046) | Benjamin Peterson | 2016-01-08 | 1 | -1/+1 |
| | | | | | | | | Patch from Upendra Kumar. | ||||
* | | Issue #25523: Merge a-to-an corrections from 3.4. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
| | | |||||
* | | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -2/+2 |
|\ \ | |/ | | | | | Fixed the case of the "Ctrl-" prefixes. | ||||
| * | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -2/+2 |
| | | | | | | | | Fixed the case of the "Ctrl-" prefixes. | ||||
* | | Issue #22812: Fix unittest discovery examples. | Robert Collins | 2015-08-24 | 1 | -2/+2 |
|\ \ | |/ | | | | | Patch from Pam McA'Nulty. | ||||
| * | Issue #22812: Fix unittest discovery examples. | Robert Collins | 2015-08-24 | 1 | -2/+2 |
| | | | | | | | | Patch from Pam McA'Nulty. | ||||
* | | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. | Robert Collins | 2015-07-22 | 1 | -4/+8 |
|\ \ | |/ | |||||
| * | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. | Robert Collins | 2015-07-22 | 1 | -4/+8 |
| | | |||||
* | | Merge: #24584: replace dead link with pointer to archive.org. | R David Murray | 2015-07-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #24584: replace dead link with pointer to archive.org. | R David Murray | 2015-07-04 | 1 | -1/+1 |
| | | |||||
* | | #11468: merge with 3.4. | Ezio Melotti | 2015-03-24 | 1 | -37/+28 |
|\ \ | |/ | |||||
| * | #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. | Ezio Melotti | 2015-03-24 | 1 | -37/+28 |
| | | |||||
* | | Issue #22936: Allow showing local variables in unittest errors. | Robert Collins | 2015-03-06 | 1 | -6/+19 |
| | | |||||
* | | Issue #23125: Update nose project page link. | Berker Peksag | 2014-12-28 | 1 | -1/+1 |
|\ \ | |/ | | | | | Reported by Damien Marié. | ||||
| * | Issue #23125: Update nose project page link. | Berker Peksag | 2014-12-28 | 1 | -1/+1 |
| | | | | | | | | Reported by Damien Marié. | ||||
* | | Close #22457: Honour load_tests in the start_dir of discovery. | Robert Collins | 2014-11-04 | 1 | -1/+5 |
| | | | | | | | | | | | | We were not honouring load_tests in a package/__init__.py when that was the start_dir parameter, though we do when it is a child package. The fix required a little care since it introduces the possibility of infinite recursion. | ||||
* | | Close #7559: ImportError when loading a test now shown as ImportError. | Robert Collins | 2014-10-29 | 1 | -0/+6 |
| | | | | | | | | | | | | | | Previously the ImportError was only shown if the top level containing package failed to import, with other ImportErrors showing up as AttributeError - hiding the real cause. As part of this, `TestLoader.loadTestsFromNames` now captures errors to self.errors. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |