使用鼻子1.3.7和命令行选项后的文档列表
-xunit-prefix-with-testsuite-name是否在被测类名的前面加上testsuite名称。默认为false。
该文档位于:https://nose.readthedocs.io/en/latest/usage.html
但是尝试使用它时出现错误:
nosetests:错误:没有这样的选项:--xunit-prefix-with-testsuite-name
我缺少什么吗?
经过一些研究后,我注意到它不在1.3.7鼻孔释放中。
[如果您查看他们的github仓库,则该选项已于2015年11月添加。
https://github.com/nose-devs/nose/commits/master/nose/plugins/xunit.py
[如果查看它们的发行版,您会看到1.3.7已于当年6月初发行。
https://github.com/nose-devs/nose/releases/tag/release_1.3.7
我注意到您在执行操作时启用了该选项
nosetests --with-xunit --xunit-testsuite-name=MYTESTSUITE