Skip to content

Commit

Permalink
using xunit when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Oct 19, 2011
1 parent ed9ce1f commit 1feacbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ develop-eggs
.sass-cache
.coverage
.tox
docs/coverage
docs/api
docs/html
docs/build
docs/coverage
docs/tests.xml
demo/demo.db
docs/_build
django_blog_zinnia.egg-info/
2 changes: 2 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ eggs = ${buildout:eggs}
extra-paths = ${django:location}
defaults = --rednose
--with-django
--with-xunit
--xunit-file=docs/tests.xml
environment = testenv

[cover]
Expand Down

0 comments on commit 1feacbf

Please sign in to comment.