如何查询nose中插件的启用状态?

发布于 2024-10-31 11:33:20 字数 129 浏览 5 评论 0原文

我目前正在尝试查看是否在我的测试工具中启用了鼻子插件。我想做的具体事情是将覆盖模块的启用状态传播到子进程执行。本质上,当使用 --with-coverage 时,我想直接执行覆盖工具下的子进程(或向下传播标志)。

这可以做到吗?

I'm currently trying to see if a nose plugin is enabled from within my test harness. The specific thing I'm trying to do is propagate the enable status of the coverage module to subprocess executions. Essentially when --with-coverage is used, I want to execute the subprocesses under the coverage tool directly (or propagate a flag down).

Can this be done?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

卖梦商人 2024-11-07 11:33:20

这是您需要解决鼻子问题的情况之一。请参阅覆盖率文档中的测量子流程,了解确保子流程自动调用覆盖率的方法。

This is one of those cases where you need to work around nose. See Measuring subprocesses in the coverage documentation for ways to ensure that subprocesses automatically invoke coverage.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文