Commit a252d3ff by hanxiaojuan

交委项目新增企业档案和驾驶人档案相关用例

parent 3ba0faea
...@@ -31,7 +31,7 @@ if __name__ == "__main__": ...@@ -31,7 +31,7 @@ if __name__ == "__main__":
# 发送钉钉 # 发送钉钉
send_dingding(args.product) #send_dingding(args.product)
...@@ -27,6 +27,8 @@ class TestLogRecord(): ...@@ -27,6 +27,8 @@ class TestLogRecord():
assert res['code'] == expectData['code'] assert res['code'] == expectData['code']
if __name__ == '__main__': if __name__ == '__main__':
for one in os.listdir('../../report/tmp'): # 列出对应文件夹的数据 for one in os.listdir('../../report/tmp'): # 列出对应文件夹的数据
if 'json' in one: if 'json' in one:
......
...@@ -21,4 +21,4 @@ def transport_sso_login(): ...@@ -21,4 +21,4 @@ def transport_sso_login():
# if __name__ == '__main__': # if __name__ == '__main__':
# transport_bmy_login() # transport_sso_login()
\ 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