aboutsummaryrefslogtreecommitdiffhomepage
path: root/HACKING
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-02-11 12:02:31 +0100
committerGuido Günther <agx@sigxcpu.org>2022-02-11 12:02:31 +0100
commitc8782f2acbd6aa042abe39c4f96ed156dc993017 (patch)
treea6fb9560a0a99b657229fc3be3817bf061067acb /HACKING
parentf268448bc6b2655886409ded56f9fba1bcf5a74b (diff)
HACKING: mention how to rerun a single test
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING5
1 files changed, 5 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 877d73c7..03ab9ffa 100644
--- a/HACKING
+++ b/HACKING
@@ -21,6 +21,11 @@ You can run the tests in a `debian:sid` docker container by using
packaging/run-in-docker
+The python tests use `python-nose` so you can use all it's options. To run a
+single test e.g.
+
+ nosetests3 tests/component/deb/test_push.py:TestPush.test_push_failure
+
Building the API Docs
---------------------
You can build the API docs using