Skip to content

Commit

Permalink
Add snitch to section Other test frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Sep 16, 2024
1 parent 1eda2f7 commit fbc3966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

0 comments on commit fbc3966

Please sign in to comment.