gpt4 book ai didi

ruby-on-rails - 我应该在 Rails Controller 测试中模拟我的模型吗?

转载 作者:行者123 更新时间:2023-12-04 05:45:00 25 4
gpt4 key购买 nike

我在我的报道中发现漏洞,因为我一直在 Controller 示例中 mock 我的模型。当我删除 Controller 所依赖的模型方法时,我不会失败。
来自静态类型语言的 TDD,我总是会模拟对被测对象的依赖关系,这些对象命中数据库以提高速度。在上面的例子中我仍然会失败,因为我的模拟对原始对象进行了子类化。我正在寻找动态语言的最佳实践。
谢谢。
更新:
在对此产生了很多相互矛盾的意见之后,似乎归结为您所接受的哲学。

The Rspec community appears to embrace heavily stubbing dependencies to achieve isolation of the object under test. Acceptance tests (traditionally known as integration tests ;) are used to ensure your objects work with their runtime dependencies.

The shoulda / Test::Unit community appears to stay away from stubbing as much as possible. This allows your tests to confirm your object under test actually works with its dependencies.


该视频很好地总结了这一点: http://vimeo.com/3296561

最佳答案

是的,在您的 Controller 示例中,模拟您的模型。在您的模型示例中,测试您的模型。

关于ruby-on-rails - 我应该在 Rails Controller 测试中模拟我的模型吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1808800/

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