idea171-citypulse-participa.../test.sh

8 lines
175 B
Bash

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