Sets up metadata db for every llm class (#1401)

This commit is contained in:
Pranav Puranik
2024-08-01 14:15:28 -05:00
committed by GitHub
parent 58b6887bf5
commit b386e24f5d
5 changed files with 22 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
from unittest import mock
import pytest
@pytest.fixture(autouse=True)
def mock_alembic_command_upgrade():
with mock.patch("alembic.command.upgrade"):
yield