Signed-off-by: Thomas Vander Stichele <[email protected]>
---
 doc/devnotes.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/devnotes.rst b/doc/devnotes.rst
index 01f39c5..ea691ba 100644
--- a/doc/devnotes.rst
+++ b/doc/devnotes.rst
@@ -187,7 +187,8 @@ Makefile targets for running individual Python and Haskell 
tests.
 For Python tests::
 
   $ export PYTHONPATH=$PWD
-  $ python ./test/py/ganeti.%mytest%
+  $ python ./test/py/ganeti.%mytest% # to run a complete test file
+  $ python ./test/py/ganeti.%mytest% Class.testMethod # to run one method
 
 For Haskell tests::
 
-- 
2.7.0.rc3.207.g0ac5344

Reply via email to