From 5f2112a51f7b6be64eb6a2879e75286bfd1cf2ce Mon Sep 17 00:00:00 2001 From: Meysam Parvizi Date: Fri, 23 Feb 2024 16:32:43 +0330 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc62f62..48e9fb7 100644 --- a/README.md +++ b/README.md @@ -1229,6 +1229,7 @@ Testing is an integral part of the embedded systems development process, ensurin - [🔗 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/) +- [📝 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) ##### 🔶 Integration Testing