We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f18da commit 54f2907Copy full SHA for 54f2907
tox.ini
@@ -12,7 +12,7 @@ install_command = pip install {opts} {packages}
12
deps = -r{toxinidir}/requirements.txt
13
-r{toxinidir}/test-requirements.txt
14
commands =
15
- pytest {posargs} gitlab/tests
+ pytest tests/unit {posargs}
16
17
[testenv:pep8]
18
@@ -39,8 +39,7 @@ commands = python setup.py build_sphinx
39
40
[testenv:cover]
41
42
- pytest --cov gitlab --cov-report term --cov-report html \
43
- {posargs} gitlab/tests
+ pytest tests/unit --cov gitlab --cov-report term --cov-report html {posargs}
44
45
[coverage:run]
46
omit = *tests*
0 commit comments