Merge "Enable coverage report in console output"
This commit is contained in:
commit
29ae502430
4
tox.ini
4
tox.ini
@ -27,7 +27,9 @@ whitelist_externals = bash
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
commands =
|
||||||
|
python setup.py testr --coverage --testr-args='{posargs}'
|
||||||
|
coverage report
|
||||||
|
|
||||||
[testenv:debug]
|
[testenv:debug]
|
||||||
commands = oslo_debug_helper -t senlinclient/tests {posargs}
|
commands = oslo_debug_helper -t senlinclient/tests {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user