Page 1 of 1

Test-Driven Development (TDD)

Posted: Fri Jun 14, 2019 1:20 pm
by ToddFBass
I'm trying to develop practices for test-driving micropython. I'm using the ESP32 as my IoT platform. I want to mock hardware behavior and verify application behavior. I can find lots of web pages on micropython, and lots of web pages on TDD in python, but nothing on TDD in micropython.

I'm assuming I want tests off-chip outside of the micropython ecosystem, but I can see some advantages to putting tests on-chip.

At this point any suggestions or input would be helpful.