catopt-graph-graph-calculus.../test.sh

8 lines
175 B
Bash

#!/usr/bin/env bash
set -euo pipefail
echo "== Running unit tests =="
pytest -q
echo "== Building package (pyproject) =="
python3 -m build 2>&1 | sed 's/^/BUILD: /'
echo "OK"