Which of the following commands run only one test case , present in sample_module.py using unittest?
Which of the following commands run only one test case , present in sample_module.py using unittest?
a. python -m unittest sample_module.TestCase1
b. python -m unittest sample_module.TestCase1.test_method1
c. python -m unittest sample_module
d. python -m unittest