Merge "Functional tests debug support"
This commit is contained in:
commit
0ef6fc0ae8
5
tox.ini
5
tox.ini
@ -73,7 +73,10 @@ commands =
|
|||||||
coverage report
|
coverage report
|
||||||
|
|
||||||
[testenv:debug]
|
[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]
|
[testenv:docs]
|
||||||
commands = python setup.py build_sphinx
|
commands = python setup.py build_sphinx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user