|
|
@ -18,11 +18,13 @@ basepython = python3.6 |
|
|
|
setenv = |
|
|
|
setenv = |
|
|
|
COVERAGE_FILE = .coverage.{envname} |
|
|
|
COVERAGE_FILE = .coverage.{envname} |
|
|
|
deps = |
|
|
|
deps = |
|
|
|
|
|
|
|
mypy |
|
|
|
pytest |
|
|
|
pytest |
|
|
|
pytest-mock |
|
|
|
pytest-mock |
|
|
|
pytest-cov |
|
|
|
pytest-cov |
|
|
|
whitelist_externals = mkdir |
|
|
|
whitelist_externals = mkdir |
|
|
|
commands = |
|
|
|
commands = |
|
|
|
|
|
|
|
mypy --follow-imports=silent --warn-unused-ignores . |
|
|
|
mkdir -p {toxinidir}/tests/testdata/outputs_current/ |
|
|
|
mkdir -p {toxinidir}/tests/testdata/outputs_current/ |
|
|
|
mkdir -p {toxinidir}/tests/testdata/outputs_current_laser_result/ |
|
|
|
mkdir -p {toxinidir}/tests/testdata/outputs_current_laser_result/ |
|
|
|
py.test -v \ |
|
|
|
py.test -v \ |
|
|
@ -33,7 +35,6 @@ commands = |
|
|
|
--junitxml={toxworkdir}/output/{envname}/junit.xml \ |
|
|
|
--junitxml={toxworkdir}/output/{envname}/junit.xml \ |
|
|
|
{posargs} |
|
|
|
{posargs} |
|
|
|
|
|
|
|
|
|
|
|
mypy --follow-imports=silent --warn-unused-ignores . |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[coverage:report] |
|
|
|
[coverage:report] |
|
|
|