Spaces:
Running on Zero
Running on Zero
| [pytest] | |
| testpaths = tests | |
| python_files = test_*.py | |
| python_classes = Test* | |
| python_functions = test_* | |
| # Output options | |
| addopts = -v --tb=short | |
| # Markers | |
| markers = | |
| markup: Tests for markup output preservation | |
| online_api: Tests that call the hosted Gradio API | |