gradio/scripts/run_backend_tests.sh
2024-11-13 08:56:57 -08:00

7 lines
120 B
Bash
Executable File

#!/bin/bash -eu
cd "$(dirname ${0})/.."
echo "Running the backend unit tests..."
python -m pytest test -m "not flaky"