[#350] Cleanup utility keywords

Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
Vladimir Domnich 2022-10-11 08:18:08 +00:00 committed by Vladimir
parent f9d1a4dfae
commit 0aeb998be9
17 changed files with 90 additions and 185 deletions

View file

@ -2,13 +2,13 @@ import os
import allure
import pytest
from python_keywords.utility_keywords import generate_file
from file_helper import generate_file
from s3_helper import set_bucket_versioning
from steps import s3_gate_bucket, s3_gate_object
from steps.aws_cli_client import AwsCliClient
from steps.s3_gate_base import TestS3GateBase
from utility import create_file_with_content
from steps import s3_gate_bucket, s3_gate_object
from steps.s3_gate_base import TestS3GateBase
def pytest_generate_tests(metafunc):
if "s3_client" in metafunc.fixturenames: