[issue24355] Provide a unittest api for controlling verbosity in tests

2015-08-20 Thread Robert Collins
Robert Collins added the comment: I've put a fairly comprehensive comment into issue22197. -- ___ Python tracker ___ ___ Python-bugs-l

[issue24355] Provide a unittest api for controlling verbosity in tests

2015-06-02 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ezio.melotti, michael.foord, rbcollins ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue24355] Provide a unittest api for controlling verbosity in tests

2015-06-01 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue24355] Provide a unittest api for controlling verbosity in tests

2015-06-01 Thread R. David Murray
R. David Murray added the comment: Ah! I *thought* an issue for this already existed, but I couldn't find it. That one has two enhancements in it, maybe we can use this one to diverge the two. -- ___ Python tracker

[issue24355] Provide a unittest api for controlling verbosity in tests

2015-06-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See also issue22197. -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailin

[issue24355] Provide a unittest api for controlling verbosity in tests

2015-06-01 Thread R. David Murray
New submission from R. David Murray: The python regression test suite has a 'verbose' flag in its test.support that some tests and test fixtures (asserts, helper methods, etc) use to control how much additional information they output. unittest has a -v command line flag which controls the ve