Skip to content
Snippets Groups Projects
Commit f628079e authored by Eduardo Klosowski's avatar Eduardo Klosowski
Browse files

Ajustado para coletar os arquivos estáticos antes dos testes

parent 4573150c
No related branches found
No related tags found
No related merge requests found
Commit Files: git diff --cached --name-only | egrep '\.py[cod]$|~$' && exit 1 || :
Git Check: git diff --cached --check
Collect Static: honcho run python manage.py collectstatic --noinput
flake8: flake8
Django Testes: honcho run coverage run manage.py test
Coverage: honcho run coverage report -m --skip-covered --fail-under=100
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment