mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
use pytest in test_tests
This commit is contained in:
parent
5b06ed4284
commit
6f6bf8e913
1 changed files with 2 additions and 2 deletions
|
|
@ -10,9 +10,9 @@ LE_AUTO_SUDO="" VENV_PATH=$VENV_NAME letsencrypt/certbot-auto --debug --no-boots
|
|||
|
||||
# change to an empty directory to ensure CWD doesn't affect tests
|
||||
cd $(mktemp -d)
|
||||
pip install nose
|
||||
pip install pytest==3.2.5
|
||||
|
||||
for module in $MODULES ; do
|
||||
echo testing $module
|
||||
nosetests -v $module
|
||||
pytest -v --pyargs $module
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue