Ejemplo n.º 1
0
 def __init__(self):
     self.he = excel_handle.Excel_handle(
         file_path="D:/project/QRZ_API/venv/config/mobile_test_case.xlsx",
         index=0)
     self.hw = Way_of_request.Request_ways()
     self.ha = cookie_action.Cookie_handle()
     self.ac = action.Action()
Ejemplo n.º 2
0
 def __init__(self):
     self.he = excel_handle.Excel_handle(index=3)
     self.hw = Way_of_request.Request_ways()
     self.ha = cookie_action.Cookie_handle()
     self.ac = action.Action()
Ejemplo n.º 3
0
 def __init__(self):
     self.he = excel_handle.Excel_handle()
     self.hw = Way_of_request.Request_ways()
     self.ha = cookie_action.Cookie_handle()
     self.ac = action.Action()
     self.he2 = excel_handle.Excel_handle("D:\project\QRZ_API\\venv\config\\腾飞电话号码.xls")
Ejemplo n.º 4
0
 def setUp(self):
     self.he = excel_handle.Excel_handle()
     self.hw = Way_of_request.Request_ways()
     self.ha = cookie_action.Cookie_handle()
     self.ac=action.Action()
Ejemplo n.º 5
0
 def __init__(self):
     self.ac = action.Action()
     self.he = excel_handle.Excel_handle("\config\\name_tel.xlsx")