Fixed error message

This commit is contained in:
Rebecca Law
2018-11-09 16:40:58 +00:00
parent 591a2c897a
commit 68cea04210
2 changed files with 2 additions and 2 deletions

View File

@@ -31,5 +31,5 @@ flake8 .
display_result $? 1 "Code style check"
# run with four concurrent threads
py.test --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml -n4 -v --maxfail=10
py.test --disable-pytest-warnings --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml -n4 -v --maxfail=10
display_result $? 2 "Unit tests"