waka-readme/tests/__init__.py
2022-02-25 10:09:04 +05:30

10 lines
130 B
Python

"""
Initialize test module
"""
# standard
import logging
# comment to enable logging w/ tests
logging.disable(logging.CRITICAL)