-
First install the repo and set up the server according to the steps listed in ReadMe.
-
Next go to the project directory and run the following command:
python -m unittest discover tests/
-
It will run each test one by one.
-
You can also use the following command to run tests using nosetests :
nosetests tests/