How To Run Python Unit Test From Command Line?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The simplest way to run a Python unit test from the command line is to use the pytest command. This command will execute all tests found in the specified directory. To execute all tests in the current directory, use the following command:
pytest