unit & interga tests
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
from types import SimpleNamespace
|
||||
from unittest.mock import AsyncMock
|
||||
|
||||
import allure
|
||||
import pytest
|
||||
|
||||
from src.service.users_crud.users_crud import CrudService
|
||||
|
||||
|
||||
@pytest.mark.integra
|
||||
class TestCrud:
|
||||
|
||||
async def test_create_user_positive(self, crud_service:CrudService, monkeypatch)->None:
|
||||
|
||||
with allure.step("Patching functions"):
|
||||
pass
|
||||
Reference in New Issue
Block a user