- revised readme, better theming support, improved wording where needed - granular config for ruff linter & pyright type checker, re-format code - update dependencies, bump version
8 lines
129 B
Python
8 lines
129 B
Python
"""Initialize test module."""
|
|
|
|
# standard
|
|
import logging
|
|
|
|
# comment to enable logging w/ tests
|
|
logging.disable(logging.CRITICAL)
|