From 670eaaa6c2197824a3b0710dc06c84d514b098f9 Mon Sep 17 00:00:00 2001 From: Meysam Parvizi Date: Wed, 21 Feb 2024 01:07:52 +0330 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c186fd..dc62f62 100644 --- a/README.md +++ b/README.md @@ -1228,6 +1228,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) +- [🔗 pytest-embedded](https://docs.espressif.com/projects/pytest-embedded/en/latest/) - [📘 Unit Testing Principles, Practices, and Patterns - Vladimir Khorikov](https://www.manning.com/books/unit-testing) ##### 🔶 Integration Testing