diff options
author | k clair <kclair@riseup.net> | 2012-08-09 13:06:28 -0700 |
---|---|---|
committer | k clair <kclair@riseup.net> | 2012-08-09 13:06:28 -0700 |
commit | b0ef9f98d8384cb68e59fac91142e5ac9f2ab47c (patch) | |
tree | d61df4b8bba482fbfb4d5185615f68fc9e9f9d74 /README.txt | |
parent | 0ed6e5db8a7109bd558ade054284362bb21d8944 (diff) |
update README with another example for how to run tests (mostly i'm just making a commit to see if buildbot catches it and starts a build)
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ Running tests ./run_tests.sh +force no virtualenv and create coverage reports: +./run_tests.sh -N -c + if you want to run specific tests, pass the (sub)module to nose: nosetests leap.util |