Download CSV option now available.

App is updated to use the rebased db.
This commit is contained in:
Nicholas Staples
2016-04-12 14:19:51 +01:00
parent bcdde451af
commit a6d1c5b693
21 changed files with 251 additions and 142 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