Enable coverage report in console output

Enable coverage report in console output

Change-Id: Iabc5624494efb9e414d2bbd66def4b3f0a95e720
This commit is contained in:
ZhaoBo 2017-01-05 12:11:26 +08:00
parent 27b0fff119
commit 4e746b9411
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ whitelist_externals = sh
[testenv:cover]
commands =
python setup.py test --coverage --coverage-package-name=neutron_fwaas --testr-args='{posargs}'
coverage report
[testenv:venv]
commands = {posargs}