# HOWTO ## Run unittest * For all unittests in directory ```shell python -m unittest ``` * For some files ```shell python -m unittest -p '*_test.py' ```