我需要分别在2个包装上运行nosetests.例如:
nosetests --with-xunit --xunit-file=sample.xml test_sample.py
Run Code Online (Sandbox Code Playgroud)
和
nosetests --with-xunit --xunit-file=sample1.xml test_sample1.py
Run Code Online (Sandbox Code Playgroud)
现在我如何组合sample.xml和sample1.xml文件?
有没有命令要这样做?我需要在xml中组合测试结果文件,以便我可以在jenkins配置中使用该文件.