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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,12 @@ For a collection of examples, see `examples.py`. This file contains methods whic
50
50
the functionality of many Arduino demo sketches.
51
51
52
52
## Testing:
53
-
The `tests` directory contains some basic tests for the library. Extensive coverage is a bit difficult, since a positive test involves actually
53
+
The `tests` directory contains some basic tests for the library. Extensive code coverage is a bit difficult to expect for every release, since a positive test involves actually
54
54
connecting and issuing commands to a live Arduino, hosting any hardware
55
55
required to test a particular function. But a core of basic communication tests
56
-
should at least be maintained here.
56
+
should at least be maintained here and used before merging into the `master` branch.
57
57
58
-
After installation, the tests can be run directly:
58
+
After installation, the tests can be run from the source directory:
0 commit comments