API and database models refactoring
This commit is contained in:
@@ -3,7 +3,7 @@ import pytest
|
||||
from fastapi import HTTPException
|
||||
|
||||
from app.services.shop_service import ShopService
|
||||
from models.api_models import ShopCreate, ShopProductCreate
|
||||
from models.api.shop import ShopCreate, ShopProductCreate
|
||||
|
||||
@pytest.mark.unit
|
||||
@pytest.mark.shops
|
||||
|
||||
Reference in New Issue
Block a user