summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork clair <kclair@riseup.net>2012-08-09 13:06:28 -0700
committerk clair <kclair@riseup.net>2012-08-09 13:06:28 -0700
commitb0ef9f98d8384cb68e59fac91142e5ac9f2ab47c (patch)
treed61df4b8bba482fbfb4d5185615f68fc9e9f9d74
parent0ed6e5db8a7109bd558ade054284362bb21d8944 (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)
-rw-r--r--README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 510bda5..a7c03f8 100644
--- a/README.txt
+++ b/README.txt
@@ -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