Skip to content
Snippets Groups Projects
Commit 960308e6 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-945: Give integration job default env value in tox

parent 48c437c4
No related branches found
No related tags found
1 merge request!413L2SS-945: Give integration job default env value in tox
...@@ -36,7 +36,7 @@ setenv = ...@@ -36,7 +36,7 @@ setenv =
TESTS_DIR=./tangostationcontrol/integration_test/{env:TEST_MODULE:default} TESTS_DIR=./tangostationcontrol/integration_test/{env:TEST_MODULE:default}
PYTHON={envpython} -m coverage run --source tangostationcontrol --parallel-mode PYTHON={envpython} -m coverage run --source tangostationcontrol --parallel-mode
commands = commands =
echo "Integration test directory configured for{env:TESTS_DIR} ({env:TEST_MODULE})" echo "Integration test directory configured for{env:TESTS_DIR} ({env:TEST_MODULE:default})"
{envpython} -m stestr run --serial {posargs} {envpython} -m stestr run --serial {posargs}
{envpython} -m coverage combine {envpython} -m coverage combine
{envpython} -m coverage html --omit='*test*' -d cover {envpython} -m coverage html --omit='*test*' -d cover
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment