2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-04-24 13:01:18 +08:00
gradio/scripts/run_backend_tests.bat
Hafedh Hichri f3bedd4011
add gr.Success and update windows contributing ()
* 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>
2024-12-30 15:25:48 +00:00

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"