Python wyłącza rejestrowanie na Unittest

# test.py
import logging

logging.disable(logging.CRITICAL)
Grumpy Guanaco