From 63d3632f9de10dd7ac1ed374f0b377653ae26614 Mon Sep 17 00:00:00 2001 From: AntonioBerna Date: Mon, 1 Jul 2024 05:16:15 +0200 Subject: [PATCH] Added new unit testing tool for embedded :tada: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9425f0c..26217cb 100644 --- a/README.md +++ b/README.md @@ -1240,6 +1240,7 @@ Testing is an integral part of the embedded systems development process, ensurin - [📝 Embedded C/C++ Unit Testing with Mocks](https://interrupt.memfault.com/blog/unit-test-mocking) - [🔗 Unit Testing for C (especially Embedded Software)](http://www.throwtheswitch.org/unity) - [🔗 GoogleTest - Google Testing and Mocking Framework](https://github.com/google/googletest) +- [🔗 Catch2 - A modern, C++-native, test framework for unit-tests](https://github.com/catchorg/Catch2) - [🔗 pytest-embedded](https://docs.espressif.com/projects/pytest-embedded/en/latest/) - [📝 Introduction to testing ESP32 code with Pytest](https://blog.gistre.epita.fr/posts/brice.parent-2023-09-11-introduction_to_testing_esp32_code_with_pytest/) - [📘 Unit Testing Principles, Practices, and Patterns - Vladimir Khorikov](https://www.manning.com/books/unit-testing)