Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 249 Bytes

File metadata and controls

16 lines (8 loc) · 249 Bytes

Practice

Testing

  • The tests should be performed in the protodndapp directory

Command to test a single app

$python manage.py test apps.APP_NAME

Command to test the complete project

$python manage.py test

Try task list