idea210-swarmmetrics/test.sh

8 lines
166 B
Bash
Executable File

#!/usr/bin/env bash
set -e
echo "Running SwarmMetrics tests..."
python3 test_swarmmetrics.py
echo "Running demo..."
python3 swarmmetrics.py
echo "All checks passed."