To run only a single specific test, you can use:
python -m unittest test_module.TestClass.test_method
More information is here.
To run only a single specific test, you can use:
python -m unittest test_module.TestClass.test_method
More information is here.