Closed ocefpaf closed 6 years ago
@ocefpaf Django tests need to be run through manage.py, so that is probably why the tests haven't been running.
python manage.py test
https://docs.djangoproject.com/en/2.0/topics/testing/overview/#running-tests
manage.py is in the root of this project directory.
@miguelcleon I've created some tests for the API, see:
Just sample of how tests should be implemented in Django. Hope that helps.
Replaces #190