Nosetests 进行了 0 次测试

发布于 2024-12-10 18:21:23 字数 196 浏览 0 评论 0原文

当我运行

nosetests --doctest-extension=.txt

我得到

在 0.002 秒内运行 0 次测试

确定

当我在 README.txt 文件中进行测试时,为什么会显示 0 次测试?

When I run

nosetests --doctest-extension=.txt

I get

Ran 0 tests in 0.002s

OK

Why does it say 0 tests when I have tests in the file README.txt?

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

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

发布评论

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

评论(1

指尖上得阳光 2024-12-17 18:21:23

如果您使用 doctest,您还必须指定 nose 必须在启用 doctest 插件的情况下运行。

这应该可以解决问题:

nosetests --with-doctest --doctest-extension=txt

If you're using doctest you also have to specify that nose has to run with the doctest plugin enabled.

This should do the trick:

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