aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorjhjaggars <jhjaggars@gmail.com>2012-02-23 13:39:04 -0800
committerjhjaggars <jhjaggars@gmail.com>2012-02-23 13:39:04 -0800
commita644f995f5ed5c900293b440431443963fef8855 (patch)
tree7d417249ee9ffed1b98233a46202f329b1adb7f6 /README
parent237f8a0cdfc211126d962fd5dae3790f8599b41d (diff)
parentba01d5cbc1d83e09868eb0605f70e6c5bfbf20ad (diff)
downloadsos-a644f995f5ed5c900293b440431443963fef8855.tar.gz
Merge pull request #33 from jhjaggars/policy_refactoring
refactoring common linux-related policy features into a common superclas...
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
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