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.
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.