algebraic-auction-studio-fo.../test.sh

11 lines
202 B
Bash

#!/usr/bin/env bash
set -euo pipefail
echo "Running unit tests..."
pytest -q
echo "Building packaging (Python) to verify metadata..."
python3 -m build
echo "All tests passed and packaging verified."