tests.sh 156 B

123456789
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. if [ -f .venv/bin/activate ]; then
  4. # shellcheck disable=SC1091
  5. source .venv/bin/activate
  6. fi
  7. python -m pytest -q