Improve test coverance and fixes according to tests

This commit is contained in:
2026-03-05 11:46:48 +02:00
parent 2dfd625b5e
commit 03ba3fb3c2
17 changed files with 256 additions and 44 deletions
-1
View File
@@ -3,7 +3,6 @@ from sqlalchemy import engine_from_config, pool
from logging.config import fileConfig
from app.db.base import Base
from app.db import models
from app.core.config import settings
target_metadata = Base.metadata
@@ -7,8 +7,6 @@ Create Date: 2026-03-02 09:13:50.764599
"""
from typing import Sequence, Union
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.