gpt4 book ai didi

python - Coverage 是否提供自己版本的 Nose 插件?

转载 作者:行者123 更新时间:2023-12-01 03:42:50 24 4
gpt4 key购买 nike

nose 版本 1.3.7 的文档指出

Newer versions of coverage contain their own nose plugin which is superior to the builtin plugin. It exposes more of coverage’s options and uses coverage’s native html output. Depending on the version of coverage installed, the included plugin may override the nose builtin plugin, or be available under a different name. Check nosetests --help or nosetests --plugins to find out which coverage plugin is available on your system.

运行nosetests --plugins --verbose 我可以看到我有插件“coverage”,其描述为“使用Ned Batchelder 的覆盖率模块激活覆盖率报告”。对我来说,从这个描述中并不清楚我正在使用什么覆盖插件。

新的 Nose 插件在哪个版本的覆盖范围内可用?

我如何知道我是否正在使用它?

这样的插件真的存在吗?

今年(2016 年)5 月,Ned Batchelder 似乎建议使用 coverage -m nose ...,但没有在他们的 issue-trackerstackoverflow 中提及新插件。

最佳答案

Coverage从未提供过自己的nose插件。

请注意, Nose 不再被维护,如 nose documentation states :

Nose has been in maintenance mode for the past several years and will likely cease without a new person/team to take over maintainership. New projects should consider using Nose2, py.test, or just plain unittest/unittest2.

如果你必须使用 Nose ,我仍然建议使用遮盖来润鼻:

coverage run -m nose ....

关于python - Coverage 是否提供自己版本的 Nose 插件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39290927/

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