#!/bin/bash # Shell script to run tests with CI/CD configuration # Make sure we're in the project root cd "$(dirname "$0")/.." || exit 1 # Run the Python test runner python3 scripts/run_tests.py "$@"