diff --git a/README.md b/README.md index 1b8a34d..f23da46 100644 --- a/README.md +++ b/README.md @@ -1245,12 +1245,16 @@ Testing is an integral part of the embedded systems development process, ensurin - [πŸ“ Embedded C/C++ Unit Testing Basics](https://interrupt.memfault.com/blog/unit-testing-basics) - [πŸ“ 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) +###### [πŸ”Έ GoogleTest - Google Testing and Mocking Framework](https://github.com/google/googletest) + +- [πŸ”— GoogleTest User’s Guide](https://google.github.io/googletest/) +- [🎞️ GoogleTest And GoogleMock (GTest and GMock)](https://www.youtube.com/playlist?list=PLHn7_PzMqzs5JE58kw4nWiFELEkQek5G0) + ##### πŸ”Ά Integration Testing - [πŸ“ Hardware CI Arena](https://electricui.com/blog/hardware-testing)