Merge "Updated doc with debug instructions"
This commit is contained in:
commit
9a489b5d41
@ -68,6 +68,13 @@ run through tox_.
|
|||||||
|
|
||||||
$ tox -e py27 -- api.v2
|
$ 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::
|
.. seealso::
|
||||||
|
|
||||||
* tox_
|
* tox_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user