Merge "Enable code coverage report in console output"

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

View File

@@ -28,7 +28,8 @@ commands =
commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage
commands = python setup.py testr --coverage
coverage report
[testenv:func]
setenv = OS_TEST_PATH=tests.functional