The tests should be performed in the protodndapp directory
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
Here we run test cases of the complete project.
Command -
$python manage.py test