Skip to content

Commit 69e3169

Browse files
updated readme files in test directory
1 parent 67053cd commit 69e3169

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

test/readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#Testing Firmata
22

3-
TO DO: overview of firmata testing process.
3+
The Firmata test suite includes unit tests (see the unit directory). Integration
4+
tests may also be added at some point in the future.
5+
6+
If you make changes to Firmata.cpp, run the tests in /test/unit/ to ensure
7+
that your changes have not produced any unexpected errors.

test/unit/readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#Firmata Unit Tests
22

3-
TO DO: instructions on running unit tests and creating new tests for new
4-
features.
3+
Unit tests are written using the [ArduinoUnit](https://github.com/mmurdoch/arduinounit) library (version 2.0).
4+
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.

0 commit comments

Comments
 (0)