#!/usr/bin/env bash set -euo pipefail if [ -f .venv/bin/activate ]; then # shellcheck disable=SC1091 source .venv/bin/activate fi python -m pytest -q