Enable coverage report in console output
Enable coverage report in console output Change-Id: I9f61f7547ceea0ab6472c58e83ad8ea29e1429e1
This commit is contained in:
parent
dc681f4c13
commit
5df34a8263
4
tox.ini
4
tox.ini
@ -48,7 +48,9 @@ commands =
|
||||
pifpaf -g AODH_TEST_STORAGE_URL run mysql -- python setup.py testr --testr-args="{posargs}"
|
||||
|
||||
[testenv:cover]
|
||||
commands = pifpaf -g AODH_TEST_STORAGE_URL run mysql -- python setup.py testr --slowest --coverage --testr-args="{posargs}"
|
||||
commands =
|
||||
pifpaf -g AODH_TEST_STORAGE_URL run mysql -- python setup.py testr --slowest --coverage --testr-args="{posargs}"
|
||||
coverage report
|
||||
|
||||
[testenv:pep8]
|
||||
deps = hacking>=0.12,<0.13
|
||||
|
Loading…
Reference in New Issue
Block a user