Which of the following command is execute to run all the test cases present in a project folder using unittest?

Questions & AnswersCategory: Programming LanguageWhich of the following command is execute to run all the test cases present in a project folder using unittest?
Adam asked 2 years ago

Which of the following command is execute to run all the test cases present in a project folder using unittest?
a. python -m unittest
b. python -m unittest test
c. python -m unittest start
d. python -m unittest discover