From ed90aa8e328146f58874b0cb06269179875a550e Mon Sep 17 00:00:00 2001 From: Jesse Jaggars Date: Thu, 23 Feb 2012 13:43:25 -0600 Subject: adding a note about tests to the README --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') diff --git a/README b/README index e878d057..3a475aec 100644 --- a/README +++ b/README @@ -13,3 +13,7 @@ To access to the public source code repository for this project run: to install locally (as root) ==> make install to build an rpm ==> make rpm to build a zipfile for use with jython ==> make zip + +I recommend nose to run the unittests: + +nosetests -v --with-cover --cover-package=sos --cover-html -- cgit