mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
pytest-sugar ftw
This commit is contained in:
parent
45be4c7b3d
commit
6dd1a3c7c7
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue