码迷,mamicode.com
首页 > 编程语言 > 详细

python 报告模板生成笔记一

时间:2017-11-18 22:03:53      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:python 报告模板生成笔记一

unittest
HTMLTestRunner HTMLTestRunner
time
(unittest.TestCase):

    ():
        ()

    ():
        ()

    ():
        ()       

    ():
        ()
__name__ == :

    suite=unittest.TestSuite()
    suite.addTest(Test())
    suite.addTest(Test())
    now=time.strftime()

    filename=+ now +fp=(filename)

    runner = HTMLTestRunner(=fp= = )
    runner.run(suite)
    fp.close()

技术分享图片

python 报告模板生成笔记一

标签:python 报告模板生成笔记一

原文地址:http://357712148.blog.51cto.com/6440370/1983174

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