Move extension tests to where stestr can find them
Change-Id: I5206cfa49701229e2d2d3821789f087ca8e27ad5
This commit is contained in:
parent
f2ca5eb7aa
commit
0c77377d51
2
tox.ini
2
tox.ini
@ -27,7 +27,7 @@ commands = {posargs}
|
|||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
setenv =
|
setenv =
|
||||||
PYTHON=coverage run --source $project --parallel-mode
|
PYTHON=coverage run --source toscaparser --parallel-mode
|
||||||
commands = stestr run '{posargs}'
|
commands = stestr run '{posargs}'
|
||||||
coverage combine
|
coverage combine
|
||||||
coverage html -d cover
|
coverage html -d cover
|
||||||
|
Loading…
Reference in New Issue
Block a user