1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-08 20:10:21 +02:00

Compile messages in tox tests

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-02-25 19:05:12 +01:00
parent 348004320c
commit eb7e7c1579
2 changed files with 3 additions and 2 deletions

View File

@ -28,6 +28,7 @@ deps =
requests~=2.31.0
commands =
python manage.py compilemessages
coverage run --source=api,draw,logs,participation,registration,tfjm ./manage.py test api/ draw/ logs/ participation/ registration/ tfjm/
coverage report -m