Kokoro-FastAPI/ui/tests/conftest.py

10 lines
170 B
Python
Raw Normal View History

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