-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
arduino mocksCompilation mocks for the Arduino libraryCompilation mocks for the Arduino libraryenhancementNew feature or requestNew feature or request
Description
Feature Request
It should be possible to create some form of unit testing for sketches (specifically, any functions defined in the sketch) building on the same mock system used for testing entire libraries.
Some care must be taken to handle infinite loops, e.g. if a sketch includes while(1);
as a means of halting execution.
Metadata
Metadata
Assignees
Labels
arduino mocksCompilation mocks for the Arduino libraryCompilation mocks for the Arduino libraryenhancementNew feature or requestNew feature or request