码迷,mamicode.com
首页 > 其他好文 > 详细

执行用例

时间:2019-05-24 00:56:17      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:ase   st3   ant   nts   获取   html   common   cas   att   

import sys

sys.path.append(‘./‘) #获取project 根目录,jenkits执行需要
print(sys.path)
import HTMLTestRunnerNew
import unittest
from week_9.common import contants


discover = unittest.defaultTestLoader.discover(contants.case_dir, pattern=‘test*.py‘)

with open(contants.reports_html+‘/test3.html‘, ‘wb+‘) as files:
runner = HTMLTestRunnerNew.HTMLTestRunner(
stream=files,
verbosity=1,
title=‘20190519py15测试报告‘,
description=‘webservice借口测试报告‘,
tester=‘冥鴻‘)
runner.run(discover)

执行用例

标签:ase   st3   ant   nts   获取   html   common   cas   att   

原文地址:https://www.cnblogs.com/minghong/p/10915332.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!