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

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