35
35
:param test: The test to apply the scenario to. This test is unaltered.
36
36
:return: A new test cloned from test, with the scenario applied.
38
39
newtest = clone_test_with_new_id(test,
40
45
for key, value in parameters.iteritems():
41
46
setattr(newtest, key, value)