Merge "Functional tests debug support"

This commit is contained in:
Jenkins 2017-01-24 16:44:03 +00:00 committed by Gerrit Code Review
commit 0ef6fc0ae8

View File

@ -73,7 +73,10 @@ commands =
coverage report
[testenv:debug]
commands = oslo_debug_helper -t openstackclient/tests {posargs}
passenv = OS_*
commands =
pip install -q -U ipdb
oslo_debug_helper -t openstackclient/tests {posargs}
[testenv:docs]
commands = python setup.py build_sphinx