unit & interga tests

This commit is contained in:
2026-08-19 00:22:59 +03:00
parent b3083b0e82
commit 8bc3ff7b54
7 changed files with 84 additions and 2 deletions
+7
View File
@@ -1,2 +1,9 @@
import pytest_asyncio
from src.service.users_crud.users_crud import CrudService
@pytest_asyncio.fixture
async def crud_service()->CrudService:
crud_service=CrudService()
return crud_service