Skip to content

Commit

Permalink
export nosetests as xunit
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelnicolay committed Apr 8, 2013
1 parent 7de868e commit 26a8f36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ test: clean
clean:
echo "Cleaning up build and *.pyc files..."
find . -name '*.pyc' -exec rm -rf {} \;
rm -rf build

release: clean test publish
printf "Exporting to $(filename)... "
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage==3.5.2
nose==1.1.2
fudge==1.0.3
sure==1.0.6
spec==0.9.7
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ verbosity=2
with-coverage=1
cover-erase=1
cover-package=mongotor
with-specplugin=1
with-xunit=1
xunit-file=build/nosetests.xml

0 comments on commit 26a8f36

Please sign in to comment.