Andreas Wacknitz
2024-03-24 3df02058fb3d48a999bbc8d5d56c2910fbc249a4
commit | author | age
0a4c16 1 We test in proto area not in site-packages.
MT 2
5e351e 3 --- tox-4.14.2/tox.ini.orig
MT 4 +++ tox-4.14.2/tox.ini
e2fb2f 5 @@ -28,7 +28,7 @@
0a4c16 6      COVERAGE_PROCESS_START = {toxinidir}{/}pyproject.toml
MT 7  commands =
8      pytest {posargs: \
9 -      --junitxml {toxworkdir}{/}junit.{envname}.xml --cov {envsitepackagesdir}{/}tox --cov {toxinidir}{/}tests \
10 +      --junitxml {toxworkdir}{/}junit.{envname}.xml --cov {env:PYTHONPATH}{/}tox --cov {toxinidir}{/}tests \
11        --cov-config={toxinidir}{/}pyproject.toml --no-cov-on-fail --cov-report term-missing:skip-covered --cov-context=test \
12        --cov-report html:{envtmpdir}{/}htmlcov \
13        --cov-report xml:{toxworkdir}{/}coverage.{envname}.xml \