摘要: #-*-coding:utf-8-*- #测试用例配置参数 #XXXXX_Uitest->baseinfo->__init__.py base_url = "http://XXXXxxxxx.com" undirect_username = "XXXX" undirect_password = "XXXXX" direct_username = XXXXX" direct_pas... 阅读全文
posted @ 2017-04-25 17:59 Blue●Sky 阅读(2104) 评论(0) 推荐(0) 编辑
摘要: #xlrd 读取excel import xlrd import os #获取文件路径 filepath = os.path.join(os.getcwd(),'user_info') #获取文件名称 filename = filepath + '/Mail_info.xlsx' ReadExcel = xlrd.open_workbook(filename) #查看 s... 阅读全文
posted @ 2017-04-25 15:50 Blue●Sky 阅读(343) 评论(0) 推荐(0) 编辑