英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论