Unit Test Strategy

Haha, well it’s hard to leave a mystery unsolved. But of course I’d really like this unit test to work because I need to know my code can handle improbable situations. As a programmer I consider myself flawless when writing code, but when adding unit tests which throws all possible inputs to API’s it unfortunately turns out embarrassingly clear I’m not. I’d rather keep that for myself than letting a customer find out :slight_smile: Also, I think someone else will want to be able to setup unit tests with FreeRTOS like myself. The possibilities of testing units with a semi-simulated environment on a desktop are endless. It takes more time to run unit test with an RTOS running, but on the other hand one can feed it with any input.