Commit a3396332 by taoke

Merge branch 'a_branch'

parents 45b3783e 34956ab9
......@@ -109,7 +109,7 @@ class BMC():
print(resp.json())
pvt_token = resp.json()["data"]["token"]
print(pvt_token)
return encrypted_token,pvt_token
return encrypted_token, pvt_token
if __name__ == '__main__':
......
#作者: taoke
#时间: 2021/5/10 17:44
#编码: -- coding: utf-8 --
#版本: !python3.7
# 测试Jenkins拉取代码
\ No newline at end of file
......@@ -61,4 +61,3 @@ if __name__ == '__main__':
pytest.main(['test_login.py', '-s', '--alluredir', '../../report/tmp'])
# # 启动默认浏览器打开报告
os.system('allure serve ../../report/tmp')
# requests.post("http://testyun.banmago.com/api/auth/login",data=)
\ 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