idea81-audioledger-studio-v.../test.sh

11 lines
180 B
Bash

#!/usr/bin/env bash
set -euo pipefail
echo "Running tests..."
pytest -q
echo "Building package (python -m build)..."
python3 -m build
echo "All tests passed and package built."