Run tests from the command line
cmd>
python -m unittest test_module
python -m unittest module.TestClass
python -m unittest tests/test_module.py
Run all tests or just specific test. Three ways: