mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Remove coverage per default from testing
We have no pretty way of showing this right now meaning it's pretty much just noise.
This commit is contained in:
parent
77307e3bbf
commit
e80233bc44
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
@ -13,13 +13,13 @@ commands = flake8 bootstrapvz/ tests/ --exclude=minify_json.py {posargs}
|
||||||
deps =
|
deps =
|
||||||
nose
|
nose
|
||||||
nose-cov
|
nose-cov
|
||||||
commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusive --verbose {posargs:tests/unit}
|
commands = nosetests --verbose {posargs:tests/unit}
|
||||||
|
|
||||||
[testenv:integration]
|
[testenv:integration]
|
||||||
deps =
|
deps =
|
||||||
nose
|
nose
|
||||||
nose-cov
|
nose-cov
|
||||||
commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusive --verbose {posargs:tests/integration}
|
commands = nosetests --verbose {posargs:tests/integration}
|
||||||
|
|
||||||
[testenv:system]
|
[testenv:system]
|
||||||
deps =
|
deps =
|
||||||
|
@ -28,7 +28,7 @@ deps =
|
||||||
nose-htmloutput
|
nose-htmloutput
|
||||||
Pyro4 >= 4.30
|
Pyro4 >= 4.30
|
||||||
pyvbox >= 0.2.0
|
pyvbox >= 0.2.0
|
||||||
commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusive --with-html --html-file=system.html --verbose {posargs:tests/system}
|
commands = nosetests --with-html --html-file=system.html --verbose {posargs:tests/system}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
changedir = docs
|
changedir = docs
|
||||||
|
|
Loading…
Add table
Reference in a new issue