summaryrefslogtreecommitdiff
path: root/scripts/test.sh
blob: d76d8cce467086fd75b8ecc16aa75e62f8413f90 (plain)
1
2
3
4
5
6
#!/bin/bash
set -euxo pipefail

./scripts/lint.sh
poetry run pytest tests/unit/ -s --cov=isort/ --cov-report=term-missing ${@-} --ignore=tests/unit/test_deprecated_finders.py
poetry run coverage html