Skip to content

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