gradio/client/python/scripts/test.sh
Aarni Koskela 37d52a753c
CI: only run backend lints once, not in all test environments (#3960)
* CI: only run backend lints once, not in all test environments

* Add needses
2023-04-26 15:41:06 -04:00

8 lines
85 B
Bash

#!/bin/bash
set -e
cd "$(dirname ${0})/.."
echo "Testing..."
python -m pytest test