This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年04月29日 21:06 by piotr.dobrogost, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| mywork.patch | Yogesh.Chaudhari, 2013年05月02日 12:38 | Fix for documentation of TextTestRunner's init | review | |
| Messages (4) | |||
|---|---|---|---|
| msg188104 - (view) | Author: Piotr Dobrogost (piotr.dobrogost) | Date: 2013年04月29日 21:06 | |
TextTestRunner's init as of 3.3.1 has (http://hg.python.org/cpython/file/d9893d13c628/Lib/unittest/runner.py#l128) the following parameters: stream, descriptions, verbosity, failfast, buffer, resultclass, warnings whereas docs (http://docs.python.org/3.3/library/unittest.html?highlight=unittest#loading-and-running-tests) show only the following parameters: stream, descriptions, verbosity, runnerclass, warnings 'Failfast' and 'buffer' parameters are missing in the docs and there's 'runnerclass' parameter instead of 'resultclass' parameter. |
|||
| msg188262 - (view) | Author: Yogesh Chaudhari (Yogesh.Chaudhari) * | Date: 2013年05月02日 12:38 | |
The changes in Docs/library/unittest.rst have been made to reflect proper arguments from Lib/unittest/runner.py |
|||
| msg188622 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年05月07日 06:47 | |
New changeset 5dd076d441ec by Ezio Melotti in branch '3.3': #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. http://hg.python.org/cpython/rev/5dd076d441ec New changeset 15ed67602ddf by Ezio Melotti in branch 'default': #17871: merge with 3.3. http://hg.python.org/cpython/rev/15ed67602ddf |
|||
| msg188623 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2013年05月07日 06:47 | |
Fixed, thanks for the patch! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:45 | admin | set | github: 62071 |
| 2019年03月18日 12:40:51 | cheryl.sabella | link | issue12622 superseder |
| 2013年05月07日 06:47:54 | ezio.melotti | set | status: open -> closed versions: + Python 3.3 messages: + msg188623 assignee: docs@python -> ezio.melotti resolution: fixed stage: needs patch -> resolved |
| 2013年05月07日 06:47:18 | python-dev | set | nosy:
+ python-dev messages: + msg188622 |
| 2013年05月02日 12:38:07 | Yogesh.Chaudhari | set | files:
+ mywork.patch nosy: + Yogesh.Chaudhari messages: + msg188262 keywords: + patch |
| 2013年04月29日 21:16:38 | ezio.melotti | set | keywords:
+ easy type: enhancement stage: needs patch |
| 2013年04月29日 21:06:32 | piotr.dobrogost | create | |