File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -66,21 +66,22 @@ commands = python setup.py build_sphinx
6666
6767[testenv:cover]
6868commands =
69- pytest --cov gitlab --cov-report term --cov-report html \
69+ pytest --cov --cov-report term --cov-report html \
7070 --cov-report xml gitlab/tests {posargs}
7171
7272[coverage:run]
7373omit = *tests*
74+ source = gitlab
75+
76+ [pytest]
77+ script_launch_mode = subprocess
7478
7579[testenv:cli_func_v4]
7680deps = -r{toxinidir}/docker-requirements.txt
7781commands =
78- pytest --cov gitlab --cov-report term --cov-report html --cov-report xml \
79- --script-launch-mode =subprocess \
80- tools/functional/cli {posargs}
82+ pytest --cov --cov-report xml tools/functional/cli {posargs}
8183
8284[testenv:py_func_v4]
8385deps = -r{toxinidir}/docker-requirements.txt
8486commands =
85- pytest --cov gitlab --cov-report term --cov-report html --cov-report xml \
86- tools/functional/api {posargs}
87+ pytest --cov --cov-report xml tools/functional/api {posargs}
You can’t perform that action at this time.
0 commit comments