♻️ Refactor old CRUD utils and tests (#622)

This commit is contained in:
Alejandra
2024-02-29 15:42:55 -05:00
committed by GitHub
parent ad0abb08ef
commit 2d0f77421f
13 changed files with 104 additions and 307 deletions

View File

@@ -2,7 +2,7 @@ from collections.abc import Generator
import pytest
from fastapi.testclient import TestClient
from sqlalchemy.orm import Session
from sqlmodel import Session
from app.core.config import settings
from app.db.engine import engine