python nose单元测试生成报告

生成html报告:

1.安装nose(pip install nose)

2.安装nose_htmloutput

3.构建好的代码执行后在当前目录自动生成nosetests.html文件

4.网页访问该html文件   file:///path/nosetests.html

补充:1)主要是第二步安装;2)代码里不需要调用nose_htmloutput模块;3)生成的html报告重命名,待研究;

生成xml报告:

edit configurations,配置params为-s -v --with-xunit,运行testcase.py文件,即可得到xml报告

posted @ 2017-05-16 20:07  水工  阅读(767)  评论(0编辑  收藏  举报