rename test, update readme

This commit is contained in:
collerek
2020-08-02 09:05:06 +02:00
parent d2444b4d05
commit c1b3b53875
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ fi
set -x
PYTHONPATH=. ${PREFIX}pytest --ignore venv --cov=${PACKAGE} --cov=tests --cov-fail-under=100 --cov-report=term-missing ${@}
PYTHONPATH=. ${PREFIX}pytest --ignore venv --cov=${PACKAGE} --cov=tests --cov-fail-under=100 --cov-report=term-missing "${@}"