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
1python [test file] [test case].[test method name]
Example:
1python test_app.py AppTestCase.test_create_movie
Discussion