jezdez / django-discover-runner

A Django test runner based on unittest2's test discovery.
http://pypi.python.org/pypi/django-discover-runner
Other
132 stars 13 forks source link

Tie in with unittest-xml-reporting? #10

Closed grvhi closed 11 years ago

grvhi commented 11 years ago

I'm wondering if there's any way to use both django-discover-runner and unittest-xml-reporting?

Thanks

grvhi commented 11 years ago

Turns out, it was very easy! My solution here:

http://stackoverflow.com/a/15059715/1213425

Thanks for a great function.