idea94-portaledger-verifiab.../test.sh

7 lines
107 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
echo "Running Python build and tests..."
python3 -m build
pytest -q