diff options
author | Jesse Jaggars <jjaggars@redhat.com> | 2012-02-23 13:43:25 -0600 |
---|---|---|
committer | Jesse Jaggars <jjaggars@redhat.com> | 2012-02-23 13:43:25 -0600 |
commit | ed90aa8e328146f58874b0cb06269179875a550e (patch) | |
tree | 8afca8689703f6f6140ad073674793e17be21f7f | |
parent | 048ccc0f30357ec2dfc1ddae09a758960ca5c041 (diff) | |
download | sos-ed90aa8e328146f58874b0cb06269179875a550e.tar.gz |
adding a note about tests to the README
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |