Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xray918
/
my_gradio
like
0
Runtime error
App
Files
Files
Community
main
my_gradio
/
scripts
/
run_all_tests.sh
xray918
Upload folder using huggingface_hub
0ad74ed
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
#!/bin/bash -eu
cd
"
$(dirname ${0})
/.."
echo
"Running the tests..."
python -m pytest --cov=gradio --durations=20 --durations-min=1
test