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
|
||||
/.tox/
|
||||
/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 =
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue