idea34-openpassmarket-priva.../test.sh

11 lines
169 B
Bash

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