Python Desative o log no unittest

# test.py
import logging

logging.disable(logging.CRITICAL)
Grumpy Guanaco