Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure aspect integration tests #179

Merged
merged 8 commits into from
Dec 28, 2023
Prev Previous commit
Next Next commit
Add pre-commit checks to test script
Normally they are enforced automatically. But one could have created a
commit with `--no-verify` which would then not be recognized until the CI
runs.
  • Loading branch information
martis42 committed Dec 28, 2023
commit e5c2e53f55e5c1e6e8750bd34782e0c141b76bfa
5 changes: 5 additions & 0 deletions tests.sh
Original file line number Diff line number Diff line change
@@ -3,6 +3,11 @@
set -o errexit
set -o nounset

echo ""
echo "Pre-commit checks"
echo ""
poetry run pre-commit run --all-files

echo ""
echo "Execute unit tests"
echo ""