在 RSpec 输出中显示断言数量?

发布于 2024-11-09 20:26:35 字数 170 浏览 0 评论 0原文

默认情况下,RSpec 的输出以类似

14 examples, 0 failures

Is it possible to show the number of assertions made with this stat 的方式结束,类似于其他库提供的内容?

By default, RSpec's output ends with something like

14 examples, 0 failures

Is it possible to show the number of assertions made along with this stat, similar to what other libraries provide?

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

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

发布评论

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

评论(2

凉世弥音 2024-11-16 20:26:35

对此没有任何支持。如果您对此感兴趣,请随时在 https://github 提交功能请求。 com/rspec/rspec-core/issues

There's no support for that. If you're interested in it, please feel free to submit a feature request at https://github.com/rspec/rspec-core/issues.

任性一次 2024-11-16 20:26:35

每个示例规范只有一个断言是一个好习惯。

It's a good habit to have only one assertion per example spec.

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