mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Functional tests debug support"
This commit is contained in:
commit
0ef6fc0ae8
1 changed files with 4 additions and 1 deletions
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…
Add table
Reference in a new issue