-> One way of bypassing this would be to have runtest enable and disable
-> levels before and after running each test module, along the lines of:
-> 
->      logger.disable(user_specified_level)    # Based on the 'verbosity' flag
->      results = runner.run(suite)
->      logger.disable(0)
-> 
-> This could be implemented very quickly but is, in my opinion, rather
-> inelegant.

I kind of agree with you, but I think it's the simplest (lowest-tech)
solution.  +1.

--titus
-- 
C. Titus Brown, [email protected]

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to