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
|
||||
|
||||
[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
|
||||
|
Loading…
Reference in New Issue
Block a user