interplanetary-edge-orchest.../test.sh

11 lines
200 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
echo "Running pytest..."
pytest -q
echo "Building package to verify packaging metadata..."
python3 -m build
echo "All tests and build completed successfully."