def test_single_operand(transformer_factory, operation, operands, test_name): template_one_placeholder(operands, operation)
def test_input_types(operation, operands, test_name): template_one_placeholder(operands, operation)
def test_single_operand(operation, operands, test_name): template_one_placeholder(operands, operation)
def test_input_types(transformer_factory, operation, operands, test_name): template_one_placeholder(operands, operation)