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
The rational for having the tests in the extras/tests subfolder was mentioned as part of arduino/arduino-lint#588 . Specifically:
Including test sketches, which have no/little pedagogical value, will increase the complexity of the user experience. Advanced users can always see the test sketches in the repository or local installation of the library.
These tests are more like functional tests, so, yes maybe they should be in a different place. I agree though, that I don't want the end users to see them as they are not meant to be executed by them. We have separate sketches to demonstrate the features of this library. What if we create a new folder functional-tests? Would that make it clearer?
Normally we store only host-executed unit tests within the
extra/tests
sub-folder.Moving those sketches over in the
examples
folders has the added benefit of finding them quickly via the IDE.The text was updated successfully, but these errors were encountered: