mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-05 11:10:03 +08:00
8 lines
85 B
Bash
8 lines
85 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
cd "$(dirname ${0})/.."
|
|
|
|
echo "Testing..."
|
|
python -m pytest test
|