Download CSV option now available.

This commit is contained in:
Nicholas Staples
2016-04-12 14:19:51 +01:00
parent bcdde451af
commit 6ea72182d2
6 changed files with 67 additions and 4 deletions

View File

@@ -30,6 +30,11 @@ display_result $? 1 "Code style check"
npm test
display_result $? 2 "Front end code style check"
export NOTIFY_ADMIN_ENVIRONMENT='config.Test'
## Code coverage
py.test --cov=app --cov-report=term-missing tests/
display_result $? 3 "Code coverage"
#py.test -v
#display_result $? 4 "Unit tests