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

9 lines
170 B
Python

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