Merge "Improve tox to show coverage report on same window"
This commit is contained in:
commit
ad93e9f933
4
tox.ini
4
tox.ini
@ -22,7 +22,9 @@ passenv = OS_*
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py test --coverage --testr-args='{posargs}'
|
commands =
|
||||||
|
python setup.py test --coverage --testr-args='{posargs}'
|
||||||
|
coverage report
|
||||||
|
|
||||||
[testenv:debug]
|
[testenv:debug]
|
||||||
commands = oslo_debug_helper -t openstackclient/tests {posargs}
|
commands = oslo_debug_helper -t openstackclient/tests {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user