mirror of
https://github.com/GSA/notifications-api.git
synced 2026-03-22 11:10:46 -04:00
add junit xml reporting to pytest
also add file location to gitignore preemptively
This commit is contained in:
@@ -30,5 +30,5 @@ fi
|
||||
pep8 .
|
||||
display_result $? 1 "Code style check"
|
||||
|
||||
py.test --cov=app --cov-report=term-missing tests/
|
||||
py.test --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml
|
||||
display_result $? 2 "Unit tests"
|
||||
|
||||
Reference in New Issue
Block a user