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

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