mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Add {posargs} to nosetest commands
This commit is contained in:
parent
1cca37985d
commit
4be7e8966c
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
@ -8,20 +8,20 @@ max-line-length = 110
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
deps = flake8
|
deps = flake8
|
||||||
commands = flake8 bootstrapvz/ --exclude=minify_json.py
|
commands = flake8 bootstrapvz/ --exclude=minify_json.py {posargs}
|
||||||
|
|
||||||
[testenv:unit]
|
[testenv:unit]
|
||||||
deps =
|
deps =
|
||||||
nose
|
nose
|
||||||
nose-cov
|
nose-cov
|
||||||
commands = nosetests -v tests/unit --with-coverage --cover-package=bootstrapvz --cover-inclusive
|
commands = nosetests -v tests/unit --with-coverage --cover-package=bootstrapvz --cover-inclusive {posargs}
|
||||||
|
|
||||||
[testenv:integration]
|
[testenv:integration]
|
||||||
deps =
|
deps =
|
||||||
nose
|
nose
|
||||||
Pyro4 >= 4.30
|
Pyro4 >= 4.30
|
||||||
pyvbox >= 0.2.0
|
pyvbox >= 0.2.0
|
||||||
commands = nosetests -v tests/integration --with-coverage --cover-package=bootstrapvz --cover-inclusive
|
commands = nosetests -v tests/integration --with-coverage --cover-package=bootstrapvz --cover-inclusive {posargs}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
changedir = docs
|
changedir = docs
|
||||||
|
|
Loading…
Add table
Reference in a new issue