Skip to content

Commit 84da96b

Browse files
author
Jon Wayne Parrott
committed
Adding xunit reporting for app engine.
1 parent dc13b08 commit 84da96b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ commands =
4141
nosetests --with-gae \
4242
--gae-app=tests/resources/app.yaml \
4343
--logging-level=INFO \
44+
--with-xunit \
45+
--xunit-testsuite-name gae \
46+
--xunit-file nosetests-gae.xml \
4447
{[testenv]commonargs} \
4548
{posargs:appengine}
4649
setenv =

0 commit comments

Comments
 (0)