Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 436 Bytes

File metadata and controls

24 lines (14 loc) · 436 Bytes

How to run Django Rest Framework example tests:

Launch two terminals

Backend part

In first terminal:

$ cd examples/django_rest_framework/backend/
$ bash load.sh

Frontend part

In second terminal:

$ cd examples/django_rest_framework/frontend/
$ python manage.py test frontend

After each test command, please re-run backend load command.