mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 19:04:33 -04:00
Pytest 5 🎉
Also updates the Pytest command in `run_tests.sh` to remove junit, which we stopped using.
This commit is contained in:
@@ -37,5 +37,5 @@ npm test
|
||||
display_result $? 3 "Javascript tests have"
|
||||
|
||||
## Code coverage
|
||||
py.test -n auto --maxfail=10 --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml --strict -p no:warnings
|
||||
py.test -n auto --maxfail=10 --cov=app --cov-report=term-missing tests/ --strict -p no:warnings
|
||||
display_result $? 4 "Code coverage"
|
||||
|
||||
Reference in New Issue
Block a user