Warren MacEvoy

Results 38 comments of Warren MacEvoy

This is such a beautiful idea my eyes glistened. If we created that repository with you as a contributor can you populate it with an example?

Looks like there needs to be an integration of the CI. What is missing from ArduinoUnit that prevents it from being used more directly? I really would like a CI...

Ok, that's a lot. I still say the API should merge; tests should behave the same on the device as off. I still want tests that execute on the device...

I agree with the philosophy that unit tests should run anywhere, but that's a fairytale and tools like ArduinoUnit and AUnit allow for practical tests, even unit tests, on the...

Sorry, don't want to disrespect arduino_ci either. I have gotten a lot of complex code to work in an embedded environment by first building and testing in a non-embedded one....

Actually that is exactly what I imagined building this summer for testing ArduinoUnit. I am a CS professor and we have a room to host such a system. I'm trying...

Do you have a scripted multi-target build? I would love to run a test suite across multiple OS/IDE/HW configurations.

The build & upload from command line seems very useful, thanks! I'm also happy to report building outside the embedded environment is now supported, so you can do both en...

@ianfixes - there is now a "vitro" example in v3.0 of arduinounit. Your arduino_ci is much better at mocking (and obviously ci). Can you make an example that uses the...

I hope better access to mocking. Like your serial port & pin controls. https://github.com/mmurdoch/arduinounit/tree/master/examples/vitro