Hi Marek, our test suite seems to be more verbose than ever as a result of the latest changes. Could you please apply the logger.disable() method to hide *expected messages* during the tests? I.e. only messages that indicate that a TEST FAILED should appear on the console when one runs runtest.py.
I note that we may need to implement an enable() method as a counterpart for disable(), to turn logging of a particular kind of message after a test has finished. For example, there are some tests where we deliberately tell it to open a file that doesn't exist, to test that it raises the right exception. We want to block those error strings from appearing on the console, because they indicate the expected result (i.e. the TEST PASSED). But after that test is finished we probably want to turn back on general error message printing... Thanks! Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
