doctest 2.2.0 发布,快速灵活的 C++ 测试框架

  

doctest 2.2.0 已发布,更新内容:

  • remove the FAST_ versions of the binary asserts (not a breaking change!) #167

  • [compile times] make the DOCTEST_CONFIG_SUPER_FAST_ASSERTS identifier affect normal asserts too #166

更新日志

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

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

猜你喜欢

转载自www.oschina.net/news/102462/doctest-2-2-0-released