|
|
@ -12,6 +12,7 @@ commands = |
|
|
|
mkdir -p {toxinidir}/tests/testdata/outputs_current_laser_result/ |
|
|
|
mkdir -p {toxinidir}/tests/testdata/outputs_current_laser_result/ |
|
|
|
py.test -v \ |
|
|
|
py.test -v \ |
|
|
|
--junitxml={toxworkdir}/output/{envname}/junit.xml \ |
|
|
|
--junitxml={toxworkdir}/output/{envname}/junit.xml \ |
|
|
|
|
|
|
|
--disable-pytest-warnings \ |
|
|
|
{posargs} |
|
|
|
{posargs} |
|
|
|
|
|
|
|
|
|
|
|
[testenv:py36] |
|
|
|
[testenv:py36] |
|
|
@ -35,6 +36,7 @@ commands = |
|
|
|
--cov-report=xml:{toxworkdir}/output/{envname}/coverage.xml \ |
|
|
|
--cov-report=xml:{toxworkdir}/output/{envname}/coverage.xml \ |
|
|
|
--cov-report=html:{toxworkdir}/output/{envname}/covhtml \ |
|
|
|
--cov-report=html:{toxworkdir}/output/{envname}/covhtml \ |
|
|
|
--junitxml={toxworkdir}/output/{envname}/junit.xml \ |
|
|
|
--junitxml={toxworkdir}/output/{envname}/junit.xml \ |
|
|
|
|
|
|
|
--disable-pytest-warnings \ |
|
|
|
{posargs} |
|
|
|
{posargs} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|