43
43
:param test: The test to apply the scenario to. This test is unaltered.
44
44
:return: A new test cloned from test, with the scenario applied.
47
47
scenario_suffix = '(' + name + ')'
48
48
newtest = clone_test_with_new_id(test,
49
49
test.id() + scenario_suffix)