标签: python unit-testing nose2
是否可以在命令行上使用XML-report为coverage-report和nose2设置输出目录?
XML-report
coverage-report
nose2
我想在项目的顶部目录中运行nose2并将结果存储在子文件夹中。
像pytest的解决方案一样:
pytest
pytest --junitxml=subfolder/pytest_report.xml