Kokoro-FastAPI/ui/tests/conftest.py

10 lines
170 B
Python
Raw Normal View History

2025-01-01 21:50:00 -07:00
import gradio as gr
2025-01-01 21:50:41 -07:00
import pytest
2025-01-01 21:50:00 -07:00
@pytest.fixture
def mock_gr_context():
"""Provides a context for testing Gradio components"""
with gr.Blocks():
yield