API and database models refactoring
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import pytest
|
||||
|
||||
from app.services.product_service import ProductService
|
||||
from models.api_models import ProductCreate
|
||||
from models.database_models import Product
|
||||
from models.api.product import ProductCreate
|
||||
from models.database.product import Product
|
||||
|
||||
@pytest.mark.unit
|
||||
@pytest.mark.products
|
||||
|
||||
Reference in New Issue
Block a user