使用Go和Mongodb的测试策略

huangapple go评论82阅读模式
英文:

Testing strategy for Go with Mongodb

问题

我正在尝试使用Go和MongoDb开始一个项目。当我尝试找出最佳方法来对我的数据库交互进行单元测试时,我感到困惑。

英文:

I am trying to get a project started in Go and MongoDb. I am stumped when trying to figure out the best way to unittest my database interactions.

答案1

得分: 1

通常人们使用数据库模拟,点击这里查看Java中相同问题的答案。

英文:

Normally people use database mocks, read here for the same answer in Java.

huangapple
  • 本文由 发表于 2012年5月14日 12:51:55
  • 转载请务必保留本文链接:https://go.coder-hub.com/10577649.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定