Update puralisation

This commit is contained in:
Rebecca Law
2019-09-25 16:09:36 +01:00
parent d902ac3b44
commit 0bd844a961
+1 -1
View File
@@ -34,7 +34,7 @@ isort --check-only -rc ./app ./tests
display_result $? 2 "Import order check" display_result $? 2 "Import order check"
npm test npm test
display_result $? 3 "Javascript test have failed" display_result $? 3 "Javascript tests have failed"
## Code coverage ## 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/ --junitxml=test_results.xml --strict -p no:warnings