Python - Unittest: Run A Single Test


2 min read

How to run a single test

1python [test file] [test case].[test method name]

Example:

1python test_app.py AppTestCase.test_create_movie
Previous post:
Learn To Code Using Free Resources

Discussion