summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-08-23 00:09:37 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-08-23 00:09:37 -0700
commit180bdf9abc91223eb9d7b9e713ead7451095c5da (patch)
tree810a40912008a048765afe83964cfb5d50793781 /scripts
parent19221a3e3c4e17e51056d1e70cd565b16f149cea (diff)
downloadisort-180bdf9abc91223eb9d7b9e713ead7451095c5da.tar.gz
Start work to separate integration and unit testsseparate-integration-test
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 a0659852..5aa1c764 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -2,5 +2,5 @@
set -euxo pipefail
./scripts/lint.sh
-poetry run pytest tests/ -s --cov=isort/ --cov-report=term-missing ${@-}
+poetry run pytest tests/unit/ -s --cov=isort/ --cov-report=term-missing ${@-}
poetry run coverage html