Merge "Updated doc with debug instructions"

This commit is contained in:
Jenkins 2014-03-15 11:43:02 +00:00 committed by Gerrit Code Review
commit 9a489b5d41

View File

@ -68,6 +68,13 @@ run through tox_.
$ tox -e py27 -- api.v2
To debug tests (ie. break into pdb debugger), you can use ''venv'' command::
$ tox -e venv "python -m unittest discover ceilometer"
Unfortunately, debugging currently has some limitations:
You cannot run a specific test, you have to launch the whole test suite.
.. seealso::
* tox_