Which of the following statement ensures that all tests present in sample_test_module.py are run while using the command python sample_test_module.py

Questions & AnswersCategory: Programming LanguageWhich of the following statement ensures that all tests present in sample_test_module.py are run while using the command python sample_test_module.py
Adam asked 2 years ago

Which of the following statement ensures that all tests present in sample_test_module.py are run while using the command python sample_test_module.py
a. unittest.main
b. unittest.discover
c. unittest.test
d. unittest.run