# from command line # module_name and method_name are self - explanatory # MyTestClass is the class derived from unittest.TestCase (for example) python -m unittest module_name.MyTestClass.method_name