[issue12622] failfast argument to TextTestRunner not documented

2019-03-18 Thread Cheryl Sabella
Cheryl Sabella added the comment: I agree with @xtreak. Closing this as a duplicate. -- nosy: +cheryl.sabella resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> Wrong signature of TextTestRunner's init function

[issue12622] failfast argument to TextTestRunner not documented

2019-03-17 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: 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. ---

[issue12622] failfast argument to TextTestRunner not documented

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue12622] failfast argument to TextTestRunner not documented

2014-06-24 Thread Claudiu Popa
Claudiu Popa added the comment: Mark, why not contributing a patch? Seems pretty straight forward to write it. -- nosy: +Claudiu.Popa ___ Python tracker ___ _

[issue12622] failfast argument to TextTestRunner not documented

2014-06-24 Thread Mark Lawrence
Mark Lawrence added the comment: Slipped under the radar? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker ___ _

[issue12622] failfast argument to TextTestRunner not documented

2011-07-29 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +docs@python, eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue12622] failfast argument to TextTestRunner not documented

2011-07-23 Thread Antoine Pitrou
New submission from Antoine Pitrou : http://docs.python.org/dev/library/unittest.html#unittest.TextTestRunner doesn't mention the "failfast" argument, even though it's used by unittest.main(). -- assignee: michael.foord components: Documentation messages: 141004 nosy: michael.foord, pi