コード例 #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
ファイル: get_data.py プロジェクト: HEhunter/interfaceTest
 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
ファイル: get_data.py プロジェクト: zengqi00/python3
 def get_request_method(self, row):  #获取请求方式
     col = data_config.get_request_way()
     request_method = self.opera_excel.get_cell_value(col)
     return request_method