Page 1 of 1

Happy New Year!

Posted: Sat Dec 28, 2019 4:08 pm
by ddrown
I'm glad this forum is back.

I've been playing with unit testing Arduino libraries lately, and found an interesting Arduino mock environment: https://github.com/FabioBatSilva/ArduinoFake

It's built on the unity testing system + fakeit mock system.

An example set of tests: https://github.com/ddrown/Arduino_Clock ... aster/test

Re: Happy New Year!

Posted: Fri Jun 05, 2020 9:55 am
by fpiSTM
I'm glad too.
Thanks for sharing this mock env. ;)