Running Tests
Running the Test Suite
To execute all tests (backend and frontend), use:
make test
Running Backend Tests
For Django tests, run:
python manage.py test
Running Frontend Tests
To run JavaScript-based frontend tests, use:
npm test
To execute all tests (backend and frontend), use:
make test
For Django tests, run:
python manage.py test
To run JavaScript-based frontend tests, use:
npm test