File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def install(ctx):
4949
5050@task (install )
5151def test (ctx ):
52- ctx .run ("tox -p " )
52+ ctx .run ("tox" )
5353
5454
5555@task
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py38,py39,report
2+ envlist = py38,py39
33
44[testenv]
55setenv =
66 COVERAGE_FILE = {env:COVERAGE_FILE:{envdir}/tmp/coverage/.coverage}
77deps =
88 pytest
99 pytest-cov
10- depends =
11- report: py38,py39
12- commands =
13- pytest --cov-config =tests/.coveragerc --cov --cov-report term tests/
14-
15- [testenv:report]
16- setenv =
17- COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}/py38/tmp/coverage/.coverage}
18- deps =
1910 coverage
2011 robotframework
2112commands =
13+ pytest --cov-config =tests/.coveragerc --cov --cov-report term tests/
2214 coverage xml --rcfile tests/.coveragerc
2315 coverage html --rcfile tests/.coveragerc
24- robot -d tests/__out__/robot acceptance/
16+ robot -d tests/__out__/robot acceptance/
You can’t perform that action at this time.
0 commit comments