皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

doctest 2.2.3 发布,C++ 测试框架

doctest 2.2.3 已发布。doctest 是一个新的 C++ 测试框架。与其他功能丰富的替代方案相比,编译时和运行时是最快的。它提供了编译语言(如 D/Rust/Nim)的能力,并通过提供一个快速,透明和灵活的测试运行器与简洁的界面,可直接在生产代码中编写测试。

新版更新内容:

  • Calling convention needed on a few functions #182
  • Terminal color is not reset when a test fails with some signal #122
  • testing private members – ability to write test cases in class bodies #76

更新日志

下载地址:https://github.com/onqtam/doctest/releases/tag/2.2.3

转自 https://www.oschina.net/news/104319/doctest-2-2-3-released