1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-07 01:44:00 +02:00

Factorize modal templates

This commit is contained in:
Yohann D'ANELLO
2020-09-24 21:43:45 +02:00
parent 471befb1f8
commit e1ca18085a
10 changed files with 86 additions and 155 deletions

View File

@ -11,7 +11,7 @@ deps =
-r{toxinidir}/requirements.txt
coverage
commands =
coverage run --omit='*migrations*,apps/scripts*' --source=apps,tfjm ./manage.py test apps/
coverage run --omit='*migrations*,apps/scripts*' --source=apps ./manage.py test apps/
coverage report -m
[testenv:linters]