如何组织集成测试和单元测试

发布于 2024-09-27 06:00:07 字数 46 浏览 2 评论 0原文

可以在一个程序集(项目)中进行集成测试和单元测试吗?或者更确切地说让它们分开?

Is it ok to have integration tests and unit tests in one assembly (project) ? Or rather have them separate ?

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

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

发布评论

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

评论(1

甜是你 2024-10-04 06:00:07

我个人更喜欢将它们放入单独的程序集中。在持续集成构建期间,更容易区分它们,因为可以将工具配置为执行给定程序集中的所有测试,并且您可能只想运行单元测试或仅运行可能需要更多时间的集成测试。

Personally I prefer to put them into separate assemblies. During continuous integration builds it is easier to distinguish between them because tools can be configured to execute all tests in a given assembly and you could for example want to run only unit tests or only integration tests which might take more time.

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