Commit 68a79a52 by taoke

备注excle

parent 103a66c5
...@@ -116,11 +116,12 @@ class TestDrivingLicense(): ...@@ -116,11 +116,12 @@ class TestDrivingLicense():
"""断言""" """断言"""
assert res['code'] == expectData['code'] assert res['code'] == expectData['code']
def teardown_class(self):
"""清除"""
def teardown_class(self):
"""清除"""
if __name__ == '__main__': if __name__ == '__main__':
for one in os.listdir('../../report/tmp'): # 列出对应文件夹的数据 '-m','scoreDetail' , for one in os.listdir('../../report/tmp'): # 列出对应文件夹的数据 '-m','scoreDetail' ,
if 'json' in one: 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