Tests¶
Requirements¶
pip install -U -r requirements/testing.txt
Lancement des dépendances (Geoserver, Postgres, RabbitMQ)¶
docker-compose -f tests/dev/docker-compose.dev.yml up -d
Tests manuels¶
Démarrage de l’agent de publication :
gpf-check-rlt -v
Dans un nouveau terminal, afin d’envoyer des messages sur le bus :
python tests/dev/mime_api_entrepot.py -f tests/assets/publication_wfs/parameters.json
Lancement des tests unitaires¶
pytest