Commit 113fb23abd6773fc61392782bc02e631c7fab9f1

Authored by Andrew Buss
1 parent 60cf35d28b
Exists in master

added coverage

Showing 3 changed files with 6 additions and 1 deletions Side-by-side Diff

... ... @@ -6,4 +6,6 @@
6 6 .*.swp
7 7 *.sqlite3
8 8 secrets
  9 +.coverage
  10 +htmlcov*
requirements.txt View file @ 113fb23
... ... @@ -10,4 +10,5 @@
10 10 gunicorn
11 11 django-simple-email-confirmation
12 12 django-ses
  13 +coverage
run_tests.sh View file @ 113fb23
  1 +venv/bin/coverage run --source='flashcards' manage.py test flashcards/tests/
  2 +venv/bin/coverage html