summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-10-13 23:47:38 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-10-13 23:47:38 -0700
commit2be31385349bb92cb1d0cbc30ee175ac00ec3db2 (patch)
treec63f05d567f3a89085804241ed60069b40d1f9ca /scripts
parentfe0fd1c36a1824b6649345c88f808dc739853f9f (diff)
downloadisort-2be31385349bb92cb1d0cbc30ee175ac00ec3db2.tar.gz
Update to latest template
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 7a458c39..eab951da 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -2,4 +2,4 @@
set -euxo pipefail
./scripts/lint.sh
-poetry run pytest tests/ -s --cov=isort/ --cov=tests/ --cov-report=term-missing ${@} --cov-report html
+poetry run pytest tests/ -s --cov=isort/ --cov=tests/ --cov-report=term-missing ${@-} --cov-report html