Search found 1 match

by ToddFBass
Fri Jun 14, 2019 1:20 pm
Forum: General Discussion
Topic: Test-Driven Development (TDD)
Replies: 0
Views: 1449

Test-Driven Development (TDD)

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...