摘要: 1 # -*- coding: utf-8 -*- 2 import xlrd 3 4 class ExcelUtil(): 5 6 #初始化 7 def __init__(self,excelpath,sheetname): 8 #先初始化打开数据文件 9 self.data = xlrd.ope 阅读全文
posted @ 2018-09-28 17:37 jaysonzxk 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 输出结果: ['username', 'password']['password', 123456.0, 234567.0, 345678.0] Process finished with exit code 0 阅读全文
posted @ 2018-09-28 15:07 jaysonzxk 阅读(127) 评论(0) 推荐(0) 编辑
摘要: Ran 3 tests in 0.000s OKLaunching unittests with arguments python -m unittest D:/tes1t/test/case/baidu/test_01.py in D:\tes1t\test\case\baidustart执行测试 阅读全文
posted @ 2018-09-28 13:19 jaysonzxk 阅读(523) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-09-28 13:10 jaysonzxk 阅读(2025) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-09-28 13:08 jaysonzxk 阅读(1639) 评论(0) 推荐(0) 编辑