Commit b8e612e2 by taoke

添加一个文件,测试jinkens拉取代码

parent e71631cd
......@@ -43,9 +43,10 @@ def get_excelData(workBook,sheetName,caseName):
except:
print("检查excle中标题是否正确")
if __name__ == '__main__':
workBook = xlrd.open_workbook('../../test_case_data/bmy/bmy_case.xlsx')
li = get_excelData(workBook,"登录模块","Login")
print(li)
# {"Authorization": "","Content-Type":"application/x-www-form-urlencoded"}
\ No newline at end of file
#作者: taoke
#时间: 2021/5/10 17:44
#编码: -- coding: utf-8 --
#版本: !python3.7
# 测试Jenkins拉取代码
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment