From fbc3966e2440fadaf740c5068c34ca5f4442758b Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Mon, 16 Sep 2024 21:00:37 +0200 Subject: [PATCH] Add snitch to section Other test frameworks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b64ff38..56c69c6 100644 --- a/README.md +++ b/README.md @@ -581,6 +581,7 @@ This [comparison of Catch, doctest and lest](https://github.com/martinmoene/catc - [Catch](https://github.com/philsquared/Catch) - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD. - [doctest](https://github.com/onqtam/doctest) - The lightest feature-rich C++ single-header testing framework for unit tests and TDD. Catch/lest-inspired tests that accompany code. +- [snitch](https://github.com/snitch-org/snitch) - Lightweight C++20 testing framework. - [stf](https://github.com/jfalcou/stf) - Simple TDD Framework. Catch/lest-inspired with an emphasis on floating point precision testing. - [cute](https://github.com/Kosta-Github/cute) - C++ unit test executor. - [bandit](http://banditcpp.github.io/bandit/) - Human friendly unit testing for C++11. @@ -606,4 +607,3 @@ Notes and references [3] Phil Nash. [CATCH, an automated test framework for C, C++ and Objective-C](http://builds.catch-lib.net/). [4] A more technically informed name: lest - lambda engaged small tester. -