mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-24 13:01:18 +08:00
8 lines
136 B
Batchfile
8 lines
136 B
Batchfile
|
@echo off
|
||
|
setlocal EnableDelayedExpansion
|
||
|
|
||
|
cd /d "%~dp0.."
|
||
|
|
||
|
echo Running the backend unit tests...
|
||
|
python -m pytest test -m "not flaky"
|