Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 311 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 311 Bytes

esp32-unit-testing

A sample project to demonstrate unit testing on microcontrollers. Stack: ESP32 + Arduino + Unity Test Framework, IDE: PlatformIO

Test results

setUp my_test
tearDown my_test
..\Test\my_test.c:47:test_my_sine:PASS

-----------------------
1 Tests 0 Failures 0 Ignored
OK