Testing is essential.
PYTHONPATH=$PYTHONPATH:. coverage run --source=html2text setup.py test -v
Coverage results can be seen with
coverage combine
coverage html
and then opening the ./htmlcov/index.html
file with your browser.
New tests are always welcome see contributing for guidelines.