From 51314f678cedce043021bf36469fd4fb062e2443 Mon Sep 17 00:00:00 2001 From: kali Date: Wed, 8 Aug 2012 19:42:07 +0900 Subject: updated README with brief running tests note --- README.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 4a4ae52f..bb6f0826 100644 --- a/README.txt +++ b/README.txt @@ -27,13 +27,27 @@ leap --debug Running tests ============= -nosetests -v -[ currently broken ] + +./run_tests.sh + +if you want to run specific tests, pass the (sub)module to nose: + +nosetests leap.util + +or + +nosetests leap.util.test_leap_argparse Deps ==== + apt-get install python-qt4 python-qt4-doc pyqt4-dev-tools +Test-deps +========= + +test-requires + Hack ==== -- cgit v1.2.3