示例#1
0
 def get_run_method(self, row):
     col = data_config.get_request_way()
     vaule_method = self.oper_excel.get_cell_value(row, col)
     return vaule_method
示例#2
0
 def get_request_method(self, row):
     col = int(data_config.get_request_way())
     request_method = self.operation_excel.get_cell_value(row, col)
     return request_method
示例#3
0
 def get_request_method(self, row):  #获取请求方式
     col = data_config.get_request_way()
     request_method = self.opera_excel.get_cell_value(col)
     return request_method