Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 255 Bytes

RELEASING.md

File metadata and controls

15 lines (9 loc) · 255 Bytes

Running the tests

coverage run --source='.' --omit='wsgi.py' manage.py test --failfast
coverage report --skip-covered -m  --omit='website/apps/*/migrations/*'

Running flake8

flake8 website/ | grep -v migrations | grep -v tests