gpt4 book ai didi

python - 使用nosetest时cfg文件中的插件出错

转载 作者:太空宇宙 更新时间:2023-11-03 17:25:38 25 4
gpt4 key购买 nike

我有一个包含以下几行的文件:

suite = LazySuite(all_tests)
run(suite=suite, argv=['','-c', 'nose.cfg'] )

我有这个 Nose 配置文件:

[nosetests]
stop=1
with-xunit=1
xunit-file=test.xml

当我运行测试套件时,会显示以下消息:

Usage: TestSuite1.py [options]

TestSuite1.py: error: Error reading config file 'nose.cfg': no such option 'with-xunit'

Process finished with exit code 2

我不知道发生了什么,因为如果我直接在 cmd 中作为参数执行 xunit 插件,则脚本执行不会出现问题。

有什么建议吗?

最佳答案

我发现了问题。

我在以下几行中定义配置:

c = Config()
cf = c.configure(argv=['','-c', 'nose.cfg'])

:)

关于python - 使用nosetest时cfg文件中的插件出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32612593/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com