summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-08-08 20:06:14 +0900
committerkali <kali@leap.se>2012-08-08 20:06:14 +0900
commitb1e025a343d0c6019127871acb47d7b295d342e9 (patch)
treeb5d175e1bf8b625433ba8d8ec83cb45b0ccc8618 /README.txt
parentc1fa99be4dc4174a34620324ec5056b793196b53 (diff)
parent60a51aed9c1ee9249a79b3d996ae86d93a9532de (diff)
Merge branch 'tests-cleanup' into develop
moved out old broken stuff; copied a run_scripts entry point for tests; created a bunch of (mostly stubs) simple tests on secondary functions.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt18
1 files changed, 16 insertions, 2 deletions
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
====