unit-testing - 向我指出一些带有*(单元)测试的开源项目

标签 unit-testing

关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。












想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。

6年前关闭。




Improve this question




作为引用,我正在寻找一些带有单元测试的开源项目。

编辑 - 肯定还有更多!

最佳答案

SQLite has a very comprehensive test suite .它本身可能不是单元测试,但它非常全面。

As of version 3.6.16 (all statistics in the report are against that release of SQLite), the SQLite library consists of approximately 63.9 KSLOC of C code. (KSLOC means thousands of "Source Lines Of Code" or, in other words, lines of code excluding blank lines and comments.) By comparison, the project has 709 times as much test code and test scripts - 45385.9 KSLOC.

关于unit-testing - 向我指出一些带有*(单元)测试的开源项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1210479/

相关文章:

ios - Swift - 如何在单元测试中禁用网络

unit-testing - Outlook 收件人测试 : always succeed/always bounce

unit-testing - Windows 批处理文件有单元测试框架吗?

java - 如何模拟实现类?

c++ - 使用 CppUnit 测试静态函数

xcode - Xcode 测试导航器中保留已删除的测试

javascript - 设置 Karma 使用 jasmine、requirejs 和 React 运行测试

c# - 单元测试 Windows.Web.Http HttpClient 与模拟 IHttpFilter 和 IHttpContent,MockedHttpFilter 抛出 System.InvalidCastException

php - 我可以使用@depends 来依赖使用@dataProvider 的测试吗?

python - 如何在单元测试中重用单元测试方法而不实际测试它