标签: junit xunit nosetests
我想要使用nosetests运行一些测试并生成junit xml个结果。据我所知,默认安装nosetests是不可能的,因为它只生成xunit个xml文件。
nosetests
junit xml
xunit
然而,存在可以做各种事情的鼻子插件,其中一个code snippet用于创建junit xml输出。
junit
我的问题:
答案 0 :(得分:2)
Nose现在支持xunit本地。
使用内置插件的 nose supports xunit输出,只需尝试--with-xunit
nose supports xunit输出,只需尝试--with-xunit
〜来自Oleksiy,https://stackoverflow.com/a/20750012/311901
答案 1 :(得分:1)
这是一个鼻子插件;你可以通过
pip install NoseXUnit
请在此处阅读相关文档:http://nosexunit.sourceforge.net/。这将有助于您运行插件