README 370 B

12345678
  1. doctest is a new C++ testing framework but is by far the fastest
  2. both in compile times (by orders of magnitude) and runtime
  3. compared to other feature-rich alternatives.
  4. It brings the ability of compiled languages such as D / Rust / Nim
  5. to have tests written directly in the production code thanks to a fast,
  6. transparent and flexible test runner with a clean interface.