guardrail-space-verifiable-.../test.sh

6 lines
169 B
Bash

#!/usr/bin/env bash
set -euo pipefail
echo "Running unit tests for GuardRail.Space MVP..."
python3 -m unittest discover -s tests -p 'test_*.py'
echo "All tests passed."