mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 10:42:41 -05:00
use sqlalchemy hooks rather than pyscopg2
seems to play nicer with docker?
This commit is contained in:
@@ -30,6 +30,6 @@ fi
|
||||
pycodestyle .
|
||||
display_result $? 1 "Code style check"
|
||||
|
||||
# run with six concurrent threads
|
||||
py.test --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml -n 6
|
||||
# run with four concurrent threads
|
||||
py.test --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml -n 4
|
||||
display_result $? 2 "Unit tests"
|
||||
|
||||
Reference in New Issue
Block a user