From b0ef9f98d8384cb68e59fac91142e5ac9f2ab47c Mon Sep 17 00:00:00 2001 From: k clair Date: Thu, 9 Aug 2012 13:06:28 -0700 Subject: 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) --- README.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 510bda58..a7c03f80 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 -- cgit v1.2.3