waka-readme/tests/__init__.py
Jovial Joe Jayarson ac8e6017f5 chore: monthly updates for Aug'23; bump version
- revised readme, better theming support, improved wording where needed
- granular config for ruff linter & pyright type checker, re-format code
- update dependencies, bump version
2023-08-17 11:59:26 +05:30

8 lines
129 B
Python

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