Merge "Enable code coverage report in console output"
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -28,7 +28,8 @@ commands =
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py testr --coverage
|
commands = python setup.py testr --coverage
|
||||||
|
coverage report
|
||||||
|
|
||||||
[testenv:func]
|
[testenv:func]
|
||||||
setenv = OS_TEST_PATH=tests.functional
|
setenv = OS_TEST_PATH=tests.functional
|
||||||
|
Reference in New Issue
Block a user