mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +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
|