Search found 2 matches

by ToddFBass
Tue Jun 25, 2019 3:46 pm
Forum: Programs, Libraries and Tools
Topic: Test-Driven Development (TDD)
Replies: 2
Views: 2583

Re: Test-Driven Development (TDD)

Thank you, jimmo. I've started going the route of creating a emulation library for testing off-chip. Rather than testing stdout, I'm adding methods, functions, variables, and attributes with names ending in "ForTesting". It's very sparse, and I don't know how much I'm going to extend it. It's pretty...
by ToddFBass
Fri Jun 14, 2019 1:34 pm
Forum: Programs, Libraries and Tools
Topic: Test-Driven Development (TDD)
Replies: 2
Views: 2583

Test-Driven Development (TDD)

Hello smart people. I'm trying to develop an approach to test-driving MicroPython. I'm using the Expressif ESP32. I'm finding lots of information on developing MicroPython, and lots of information on test-driving Python, but nothing on test-driving MicroPython. I'm assuming I want tests maintained a...