summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorstaticdev <staticdev-support@protonmail.com>2022-12-11 20:07:24 +0100
committerstaticdev <staticdev-support@protonmail.com>2022-12-11 20:07:24 +0100
commit3a6a61e7aa23402b99113d41d707736c6989aebc (patch)
treed690e387c63129b6ad4e75b522e55a43e6306646 /scripts
parent5b096284dd6574c9263dcba7b10ad1c345ebee0d (diff)
downloadisort-3a6a61e7aa23402b99113d41d707736c6989aebc.tar.gz
Fix mypy error
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 888650e3..a2da7891 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -1,5 +1,5 @@
#!/bin/bash
set -euxo pipefail
-poetry run pytest tests/unit/ -s --cov=isort/ --cov-report=term-missing ${@-} --ignore=tests/unit/test_deprecated_finders.py
+poetry run coverage run --parallel -m pytest tests/unit/ --ignore=tests/unit/test_deprecated_finders.py
poetry run coverage html