7. Testing

OpenEats2 comes with several built in test to make sure the code is working as designed. To run the test make sure you have installed the following packages in your virtuenv

7.1. Running Test

To run the test run the following command once you are in your virtuenv:

./manage.py test recipe

recipe can be replaced with which ever app you want to test. Currently the following apps have tests

  • recipe
  • accounts
  • list