You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# if not (isinstance(elt, ast.Constant) and isinstance(elt.value, str)):
585
+
# raise MalformedException(f"tag can only be List of string")
586
+
# tags.append(getattr(elt, value_prop_name))
587
+
# self.cur_inline_test.tag = tags
588
+
# # For non-special cases, set the attribute defined by the dictionary
589
+
# case _:
590
+
# setattr(self.cur_inline_test,
591
+
# property_names[arg_idx],
592
+
# getattr(arg, value_prop_name))
574
593
else:
575
594
raiseMalformedException(
576
595
f"inline test: {self.class_name_str}() accepts {NUM_OF_ARGUMENTS} arguments. 'test_name' must be a string constant, 'parameterized' must be a boolean constant, 'repeated' must be a positive integer, 'tag' must be a list of string, 'timeout' must be a positive float"
0 commit comments