Add html output to integration tests

It's near impossible to scroll through the nosetest output...
This commit is contained in:
Anders Ingemann 2015-04-12 22:48:11 +02:00
parent f210bfc132
commit f9eb11b5cb
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -13,3 +13,4 @@
/.coverage /.coverage
/.tox/ /.tox/
/build-servers.yml /build-servers.yml
/integration.html

View file

@ -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