unittest

python -m unittest test_package.test_module
python -m unittest test_package.test_module.test_class.test_method
python -m unittest discover ./tests