From 6feb8f8fc5c13c313c747140d2644d388b434fd6 Mon Sep 17 00:00:00 2001 From: Tristan Hearn Date: Sat, 11 May 2013 20:26:58 -0400 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 274c07d..61bf02e 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ 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: ```bash