e2e tests 0.1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user