diff options
author | kali <kali@leap.se> | 2012-08-08 19:42:07 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-08 19:42:07 +0900 |
commit | 51314f678cedce043021bf36469fd4fb062e2443 (patch) | |
tree | 93de7993baf2927f21f6d3fb0263bb7d7f27f4d4 /README.txt | |
parent | 0ac0cbb9f6dd91a414747f2a59d5a9d1bbfee571 (diff) |
updated README with brief running tests note
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -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 ==== |