ParshvPatel's picture
feat: HuggingFace Spaces deployment
d992912
raw
history blame contribute delete
137 Bytes
import pytest
@pytest.fixture
def query_parser():
from backend.app.engine.query_parser import QueryParser
return QueryParser()