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.

Author r.david.murray
Recipients r.david.murray
Date 2015-06-01.20:28:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433190505.1.0.734052090716.issue24355@psf.upfronthosting.co.za>
In-reply-to
Content
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 verbosity of the test runner (or whatever it is that prints out which tests have been run).  It would be very helpful if the verbosity level specified on the unittest command line were accessible to test code so that the verbosity level of the test output can also be affected from the unittest command line (I, for example, would use this to control printing logging output to the console while using tests to do debugging).  See also issue 24352.
History
Date User Action Args
2015-06-01 20:28:25r.david.murraysetrecipients: + r.david.murray
2015-06-01 20:28:25r.david.murraysetmessageid: <1433190505.1.0.734052090716.issue24355@psf.upfronthosting.co.za>
2015-06-01 20:28:25r.david.murraylinkissue24355 messages
2015-06-01 20:28:25r.david.murraycreate