diff --git a/script/test b/script/test index 04242d1f..56549b39 100755 --- a/script/test +++ b/script/test @@ -7,4 +7,4 @@ set -e cd "$(dirname "${0}")/.." # Run unit tests -pipenv run python -m pytest +pipenv run python -m pytest -s $*