Files
The_DisExcel_project/tests/e2e/test_users_crud.py
T
2026-08-17 11:42:12 +03:00

14 lines
258 B
Python

import allure
import pytest
@pytest.mark.integra
class TestCrud:
@pytest.mark.parametrize("email",[
("Test_Email@test.com")
])
async def test_get_user_by_email_positive(self):
with allure.step(""):
pass