How to suppress all Warnings

Posted by Eric on Stack Overflow See other posts from Stack Overflow or by Eric
Published on 2010-05-24T12:47:35Z Indexed on 2010/05/24 12:51 UTC
Read the original article Hit count: 200

Filed under:

The unit tests for a product that I am taking over have not been kept up with during the products development and they are very broken. I am trying to fix them as an exercise to become familiar with the code. However, the all the deprecation warnings are a PITA as they interfere with the display of the test results.

Is there a way to suppress the warnings when I execute the unit tests?

Thanks!

© Stack Overflow or respective owner

Related posts about zope