Skip to content

Commit

Permalink
Add html output to integration tests
Browse files Browse the repository at this point in the history
It's near impossible to scroll through the nosetest output...
  • Loading branch information
andsens committed Apr 16, 2015
1 parent f210bfc commit f9eb11b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
/.coverage
/.tox/
/build-servers.yml
/integration.html
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusi
deps =
nose
nose-cov
nose-htmloutput
Pyro4 >= 4.30
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]
changedir = docs
Expand Down

0 comments on commit f9eb11b

Please sign in to comment.