Kokoro-FastAPI/ui/tests/conftest.py
2025-01-01 21:50:41 -07:00

9 lines
170 B
Python

import gradio as gr
import pytest
@pytest.fixture
def mock_gr_context():
"""Provides a context for testing Gradio components"""
with gr.Blocks():
yield