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 Firmata test suite includes unit tests (see the unit directory). Integration
4
-
tests may also be added at some point in the future.
3
+
Tests tests are written using the [ArduinoUnit](https://github.com/mmurdoch/arduinounit) library (version 2.0).
5
4
6
-
If you make changes to Firmata.cpp, run the tests in /test/unit/ to ensure
5
+
Follow the instructions in the [ArduinoUnit readme](https://github.com/mmurdoch/arduinounit/blob/master/readme.md) to install the library.
6
+
7
+
Compile and upload the test sketch as you would any other sketch. Then open the
8
+
Serial Monitor to view the test results.
9
+
10
+
If you make changes to Firmata.cpp, run the tests in /test/ to ensure
7
11
that your changes have not produced any unexpected errors.
12
+
13
+
You should also perform manual tests against actual hardware.
0 commit comments