为什么 rake 任务输出总是以类似测试单元的结果结束?

发布于 2024-10-25 10:20:51 字数 185 浏览 0 评论 0原文

从前一段时间开始,我运行的所有 rake 任务的所有输出最终都有类似测试/单元的结果:

Finished in 0.002001 seconds.

0 tests, 0 assertions, 0 failures, 0 errors

即使我运行 rake --tasks 也会显示它。

Since some time ago all output of all rake tasks I run has test/unit-like result in the end:

Finished in 0.002001 seconds.

0 tests, 0 assertions, 0 failures, 0 errors

It is shown even if I run rake --tasks.

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

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

发布评论

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

评论(2

女中豪杰 2024-11-01 10:20:51

根据评论,这个问题已经得到解答。

谢谢你,丹尼,你给我指出了答案。我有要求
我的 rake 文件之一中的“测试/单元”。当我将它移动到任务中时
身体已固定。

为了未来的谷歌用户的利益,我不确定为什么你想要在 rake 文件中而不是在测试文件中要求测试单元。

This question has been answered, according to the comments.

Thank you, Danny, you pointed me to an answer. I had require
'test/unit' in one of my rake files. When I moved it inside the task
body it is fixed.

For the benefit of future googlers, I'm not sure why you would want to require test unit within a rake file, rather than within the test file.

哭了丶谁疼 2024-11-01 10:20:51

我在我的一个 rake 文件之上有 require 'test/unit'

I had require 'test/unit' on top of one of my rake files.

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