To rebuild the search index for the froide_pressconference app, you can use the following command:
python manage.py search_index --rebuild --models froide_pressconferenceRun tests with pytest:
docker compose -f compose-dev.yaml up
# --create-db option is only needed the first time.
pytest --create-dbRun tests with coverage:
coverage run -m pytest && coverage reportAlternatively, you can run make test or make testci.