Handle arguments to script/test

This commit is contained in:
Jason Garber 2018-06-14 14:26:21 -04:00
parent ccbe89545f
commit fb4a60332c

View File

@ -7,4 +7,4 @@ set -e
cd "$(dirname "${0}")/.." cd "$(dirname "${0}")/.."
# Run unit tests # Run unit tests
pipenv run python -m pytest pipenv run python -m pytest -s $*