yunojuno / django-juno-testrunner

A more useful (and slightly more glamorous) test runner for Django 1.6+ from the folks at YunoJuno
MIT License
7 stars 9 forks source link

Idea: generate JUnit-style XML from the results #14

Closed gergelypolonkai closed 8 years ago

gergelypolonkai commented 8 years ago

I know of some projects that run their tests via Jenkins, which can process JUnit style XML files and show the results. It would be nice if (even if optionally) the Juno test runner could generate such XML files. There is django-jux for this, but having two test runners configured for one project seems to be an overkill, and that one is unmaintained for a while.

hugorodgerbrown commented 8 years ago

Hopefully this is fixed by #15 - thank you @gergelypolonkai