Issue 12622: failfast argument to TextTestRunner not documented (original) (raw)

Issue12622

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 for 3.x and 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 -> closedsuperseder: Wrong signature of TextTestRunner's init functionnosy: + cheryl.sabellamessages: + resolution: duplicatestage: needs patch -> resolved
2019-03-17 11:57:15 xtreak set nosy: + xtreakmessages: +
2019-03-15 23:44:02 BreamoreBoy set nosy: - BreamoreBoy
2014-06-24 15:45:26 Claudiu.Popa set nosy: + Claudiu.Popamessages: +
2014-06-24 15:04:50 BreamoreBoy set nosy: + BreamoreBoymessages: + 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