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

View File

@ -27,7 +27,9 @@ whitelist_externals = bash
commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
commands =
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:debug]
commands = oslo_debug_helper -t senlinclient/tests {posargs}