mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-24 13:01:18 +08:00
* include windows contributions * add gr.Success * add changeset * contributing * changes * clean docstring * format * fix typo --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
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"
|