Merge "Enable code coverage report in console output"

This commit is contained in:
Jenkins
2016-11-10 17:51:21 +00:00
committed by Gerrit Code Review

View File

@@ -31,6 +31,7 @@ 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 keystoneclient/tests {posargs} commands = oslo_debug_helper -t keystoneclient/tests {posargs}