Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 391 Bytes

File metadata and controls

20 lines (13 loc) · 391 Bytes

Lion Circuits

Steps to run testcases

The tests should be performed in the protodndapp directory

Test a single app

Here we run test cases of a single app. Command - $python manage.py test apps.APP_NAME

For example - $python manage.py test apps.QUOTATION

Test the complete project

Here we run test cases of the complete project. Command - $python manage.py test