PreviousNext

Doctest - my favorite lightweight, zero-friction unit test framework

by bill-s, 2021-01-07T13:51:07.807Z

In my personal C++ projects I’ve always been using doctest. It’s simply awesome. It takes a few seconds to get bootstrapped and you are ready to run your tests. And it should really be the first thing you do when you start a new project.

Read More