10 lines
130 B
Python
10 lines
130 B
Python
"""
|
|
Initialize test module
|
|
"""
|
|
|
|
# standard
|
|
import logging
|
|
|
|
# comment to enable logging w/ tests
|
|
logging.disable(logging.CRITICAL)
|