mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Add html output to integration tests
It's near impossible to scroll through the nosetest output...
This commit is contained in:
parent
f210bfc132
commit
f9eb11b5cb
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,3 +13,4 @@
|
||||||
/.coverage
|
/.coverage
|
||||||
/.tox/
|
/.tox/
|
||||||
/build-servers.yml
|
/build-servers.yml
|
||||||
|
/integration.html
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -20,9 +20,10 @@ commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusi
|
||||||
deps =
|
deps =
|
||||||
nose
|
nose
|
||||||
nose-cov
|
nose-cov
|
||||||
|
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 --verbose {posargs:tests/integration}
|
commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusive --with-html --html-file=integration.html --verbose {posargs:tests/integration}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
changedir = docs
|
changedir = docs
|
||||||
|
|
Loading…
Add table
Reference in a new issue