From c1a77b55df84cfde7e0aff07f773638c7d91b7e6 Mon Sep 17 00:00:00 2001 From: Tristan Hearn Date: Sat, 11 May 2013 20:28:30 -0400 Subject: [PATCH] updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 274c07d..f2336df 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,12 @@ For a collection of examples, see `examples.py`. This file contains methods whic the functionality of many Arduino demo sketches. ## Testing: -The `tests` directory contains some basic tests for the library. Extensive coverage is a bit difficult, since a positive test involves actually +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 connecting and issuing commands to a live Arduino, hosting any hardware required to test a particular function. But a core of basic communication tests -should at least be maintained here. +should at least be maintained here and used before merging into the `master` branch. -After installation, the tests can be run directly: +After installation, the tests can be run from the source directory: ```bash $ python tests/test_main.py ```