mmurdoch / arduinounit

ArduinoUnit is a unit testing framework for Arduino libraries
MIT License
394 stars 51 forks source link

Feature Request: Get this library/framework to work on the ESP8266 arduino platform #55

Closed crankyoldgit closed 6 years ago

crankyoldgit commented 7 years ago

Hi, I'd love to use this unit testing framework, but I develop for the ESP8266 platform using the arduino framework. This software bombs out as per Issue #54.

Any chance we could get some official support or help porting this across? We don't appear to have any unit testing framework available. Not having unit tests makes me a sad panda.

Thanks in advance.

wmacevoy commented 6 years ago

[thread summary] ArduinoUnit 2.3.5-alpha now supports flash string de-duplication on AVR and uses RAM on other platforms, along with a number of memory-saving optimizations that do not change the outcome of tests. It also supports ESP 8266 and ESP 32 platforms (along with development platform "en vitro" tests). Please try the latest pre-release and provide feedback on #73 if you are interested in these features.