Silence pylint's refactoring suggestions for system_test_dir()
While it'd be fairly easy to split the function up into smaller ones, the readability wouldn't be improved in this case. Silence the suggestions instead.
This commit is contained in:
@@ -378,7 +378,9 @@ else:
|
||||
return logging.getLogger(f"{system_test_name}.{request.node.name}")
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
def system_test_dir(request, env, system_test_name, mlogger):
|
||||
def system_test_dir(
|
||||
request, env, system_test_name, mlogger
|
||||
): # pylint: disable=too-many-statements,too-many-locals
|
||||
"""
|
||||
Temporary directory for executing the test.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user