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 2011年07月23日 19:08 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg141004 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2011年07月23日 19:08 | |
http://docs.python.org/dev/library/unittest.html#unittest.TextTestRunner doesn't mention the "failfast" argument, even though it's used by unittest.main(). |
|||
| msg221465 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年06月24日 15:04 | |
Slipped under the radar? |
|||
| msg221469 - (view) | Author: PCManticore (Claudiu.Popa) * (Python triager) | Date: 2014年06月24日 15:45 | |
Mark, why not contributing a patch? Seems pretty straight forward to write it. |
|||
| msg338126 - (view) | Author: Karthikeyan Singaravelan (xtreak) * (Python committer) | Date: 2019年03月17日 11:57 | |
failfast was added to the TextTestRunner signature in docs with issue17871 for 3.x and issue26097 for 2.7 . I guess the original issue was about signature missing in the docs and if so would propose closing this issue since it's fixed now. |
|||
| msg338214 - (view) | Author: Cheryl Sabella (cheryl.sabella) * (Python committer) | Date: 2019年03月18日 12:40 | |
I agree with @xtreak. Closing this as a duplicate. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:20 | admin | set | github: 56831 |
| 2019年03月18日 12:40:51 | cheryl.sabella | set | status: open -> closed superseder: Wrong signature of TextTestRunner's init function nosy: + cheryl.sabella messages: + msg338214 resolution: duplicate stage: needs patch -> resolved |
| 2019年03月17日 11:57:15 | xtreak | set | nosy:
+ xtreak messages: + msg338126 |
| 2019年03月15日 23:44:02 | BreamoreBoy | set | nosy:
- BreamoreBoy |
| 2014年06月24日 15:45:26 | Claudiu.Popa | set | nosy:
+ Claudiu.Popa messages: + msg221469 |
| 2014年06月24日 15:04:50 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg221465 versions: + Python 2.7, Python 3.4, Python 3.5, - Python 3.2, Python 3.3 |
| 2011年07月29日 16:23:24 | eric.araujo | set | nosy:
+ eric.araujo, docs@python |
| 2011年07月23日 19:08:28 | pitrou | create | |