python -m happyflow -t email -d report/email unittest test.test_email.test_email
python -m happyflow -t ast -d report/ast unittest test.test_ast
python -m happyflow -t gzip -d report/gzip unittest test.test_gzip
python -m happyflow -t urllib -d report/urllib unittest test.test_urlparse
python -m happyflow -t json -d report/json unittest test.test_json
python -m happyflow -t calendar -d report/calendar unittest test.test_calendar
python -m happyflow -t collections -d report/collections unittest test.test_collections
python -m happyflow -t csv -d report/csv unittest test.test_csv
python -m happyflow -t ftplib -d report/ftplib unittest test.test_ftplib
python -m happyflow -t html -d report/html unittest test.test_htmlparser
python -m happyflow -t http -d report/http unittest test.test_httplib
python -m happyflow -t os -d report/os unittest test.test_os
python -m happyflow -t math -d report/math unittest test.test_math
python -m happyflow -t tarfile -d report/tarfile unittest test.test_tarfile
python -m happyflow -t pathlib -d report/pathlib unittest test.test_pathlib
python -m happyflow -t locale -d report/locale unittest test.test_locale
python -m happyflow -t hashlib -d report/hashlib unittest test.test_hashlib
python -m happyflow -t logging -d report/logging unittest test.test_logging
python -m happyflow -t ftplib -d report/ftplib unittest test.test_ftplib
python -m happyflow -t difflib -d report/difflib unittest test.test_difflib
python -m happyflow -t imaplib -d report/imaplib unittest test.test_imaplib
python -m happyflow -t smtplib -d report/smtplib unittest test.test_smtplib


python -m happyflow -tm rich -d report/rich pytest rich/tests
python -m happyflow -tm dateutil -d report_dateutil pytest dateutil/test
python -m happyflow -tm rest_framework -d report_rest_framework pytest tests
