tests.sh 148 B

1234567
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. cd "$(dirname "$0")"
  4. if [ -f ".venv/bin/activate" ]; then
  5. .venv/bin/activate
  6. fi
  7. python -m pytest -q || true