Added test completed message to tests script
This commit is contained in:
parent
75a98a2545
commit
55cdd817c3
1 changed files with 2 additions and 1 deletions
3
runtests
3
runtests
|
@ -4,6 +4,7 @@ set -e
|
||||||
|
|
||||||
export PATH=env/bin:${PATH}
|
export PATH=env/bin:${PATH}
|
||||||
|
|
||||||
flake8 project --ignore=E128,E501 --exclude="migrations,settings,*/wsgi.py"
|
flake8 project --ignore=E128,E501,E401 --exclude="migrations,settings,*/wsgi.py"
|
||||||
|
echo "All Python tests passed!"
|
||||||
|
|
||||||
npm test
|
npm test
|
Reference in a new issue