Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 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