Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
C++ Doctest Projects
-
catch2 has become fairly bloated. doctest takes all of the best parts of catch2 without all the bloat and the end result is a test framework that is literally over 10x faster than catch2. It's also like 90% compatible with catch2 so porting your tests to it is pretty easy.
Especially if you have a build process that always runs your unit tests, it's nice to have a very fast test/compile/debug loop.
https://github.com/doctest/doctest
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
VulkanStarter
A template for Vulkan C++ projects with GLFW, GLM and ImGUI using CMake, CI, Conan and doctest
C++ Doctest discussion
C++ Doctest related posts
-
Unit testing tool suggestions
-
Question about Doctest.h
-
Doctest – C++ Testing Framework
-
Memory Safety in the D Programming Language (Part 2 of N)
-
how can I improve my connect4 board class?
-
Check if my code meets the requirements?
-
C++98 Unit testing framework
-
A note from our sponsor - InfluxDB
influxdata.com | 18 Apr 2025
Index
# | Project | Stars |
---|---|---|
1 | doctest | 6,173 |
2 | VulkanStarter | 28 |