pytest-sugar ftw

This commit is contained in:
Alexandre Aubin 2019-09-13 14:37:46 +02:00 committed by GitHub
parent 45be4c7b3d
commit 6dd1a3c7c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,7 +303,7 @@ function run_tests()
if ! type "pytest" > /dev/null 2>&1; then if ! type "pytest" > /dev/null 2>&1; then
info "> Installing pytest ..." info "> Installing pytest ..."
apt-get install python-pip -y apt-get install python-pip -y
pip2 install pytest pip2 install pytest pytest-sugar
fi fi
for DEP in "pytest-mock requests-mock mock" for DEP in "pytest-mock requests-mock mock"
do do