idea78-solarsphere-offline-.../test.sh

12 lines
228 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
# Basic test suite and packaging verification for SolarSphere MVP
echo "Running tests..."
pytest -q
echo "Building package..."
python3 -m build
echo "All tests passed and package built."