summaryrefslogtreecommitdiff
path: root/scripts/test.sh
blob: 5aa1c7648e88e5e33960a651284b2e1fe4e7291c (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 ${@-}
poetry run coverage html