mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
Download CSV option now available.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user