File size: 134 Bytes
8766bc5
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

cd "$(dirname ${0})/.."

echo "Running the tests..."
python -m pytest --cov=gradio --durations=20 --durations-min=1 test