首页 > 代码库 > Python: 关于nose
Python: 关于nose
1. 使用rednose增强输出
pip install rednose
nosetests --rednose tests
2. 使用coverage
pip install coverage
nosetests --with-coverage --cover-html tests
随后可以在cover目录中查看生成的html报表
3. nose测试中默认捕获测试通过的case中的print输出,如果想要输出结果,可以加入以下参数
nosetests --nocapture mytest.py
Python: 关于nose
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。