Commit 51b0a598 by taoke

类用例,增加

parent b8e612e2
......@@ -66,7 +66,7 @@ class BmyConfig(BaseConfig):
test_name_password = {"username": "15151500000", "password": "bmy123456"}
# 企业云接口的Authorization
bmy_token = ''
header = {'Authorization':bmy_token,"Content-Type":"application/json"}
header = {"Content-Type":"application/json"}
class SSOConfig(BaseConfig):
......
......@@ -38,7 +38,7 @@ class TestLogin():
def teardown_class(self):
"""清除"""
if __name__ == '__main__':
for one in os.listdir('../../report/tmp'): # 列出对应文件夹的数据
if 'json' in one:
......
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