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 & Answers › Category: Programming Language › 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
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