You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: