TcMenu / tcMenuLib

TcMenu modular IoT menu library supporting rotary encoder, joysticks, many displays, and remote control over Ethernet and Serial
Apache License 2.0
111 stars 10 forks source link

CI/CD: Run unit tests #221

Closed vzahradnik closed 2 months ago

vzahradnik commented 4 months ago

Is your feature request related to a problem? Please describe. Unit tests are written for custom test framework from ioAbstraction. PlatformIO supports running tests using custom test runner. Alternatively, we could consider adding support for this framework into PlatformIO.

https://docs.platformio.org/en/latest/advanced/unit-testing/frameworks/custom/examples/custom_unity_library.html