I have added a few tweaks to the unittest extensions to produce even fewer messages when running tests:
at 0 verbosity only logger warning, errors and test failures will get printed and the final summary (the messages that are not yet ported to the logger still produce output). Basically if all tests pass only two lines get printed. at verbosity=1 you'll get a dot for each test and you'll get INFO messages at verbosity=2 you'll get everything, (DEBUG messages as well) I also removed the info message that printed what module is being run as the name of the tests already contain that information http://github.com/ialbert/pygr-ialbert/tree/less-verbose-tests Istvan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to pygr-dev@googlegroups.com To unsubscribe from this group, send email to pygr-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---