summaryrefslogtreecommitdiffstats
path: root/pre-commit
blob: 9c577e52bd2e9517757fc1208dd493eef8078c97 (plain)
1
2
3
4
#!/bin/sh

./venv/bin/pytest tests/*
exit $?