python-nose测试报告模板

nose自动化测试及报告输出

pip install nose

pip install nose-html-reporting

nosetests -v \path\  --with-html 

#以下命令会在本地目录下生成一个报告文件(nosetests.html)



 

 pip install nosehtmloutput

nosetests -v --with-html-output  \path\  



 

猜你喜欢

转载自angelguo.iteye.com/blog/2359643
今日推荐