Merge "Enable coverage report in console output"

This commit is contained in:
Jenkins 2017-02-15 05:38:50 +00:00 committed by Gerrit Code Review
commit 29ae502430

@ -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}