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

Python Unit Test Report

时间:2019-02-23 10:44:50      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:amp   port   mod   alt   str   method   you   The   loader   

1.Download HTMLTestRunner.py ,add it directly into your working directory as a module (if use python3, need some adjustment )
2.Create our unit test files structures( example for learning)

  Test suites -> testcase1->test11.py,test12.py ...

  Test suites -> testcase2->test21.py,test22.py ...

3.Use unittest.defaultTestLoader.discover to load test suites ( can also use other load method ,depend on the test suites structues )

 

技术图片

report :

技术图片



Python Unit Test Report

标签:amp   port   mod   alt   str   method   you   The   loader   

原文地址:https://www.cnblogs.com/cometous/p/10405814.html

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