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
66
66
67
67
[testenv:cover]
68
68
commands =
69
- pytest --cov gitlab --cov-report term --cov-report html \
69
+ pytest --cov --cov-report term --cov-report html \
70
70
--cov-report xml gitlab/tests {posargs}
71
71
72
72
[coverage:run]
73
73
omit = *tests*
74
+ source = gitlab
75
+
76
+ [pytest]
77
+ script_launch_mode = subprocess
74
78
75
79
[testenv:cli_func_v4]
76
80
deps = -r{toxinidir}/docker-requirements.txt
77
81
commands =
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}
81
83
82
84
[testenv:py_func_v4]
83
85
deps = -r{toxinidir}/docker-requirements.txt
84
86
commands =
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