How do you get Jenkins to execute python unittest cases? Is it possible to JUnit style XML output from the builtin unittest package?
unittest
I used nosetests. There are addons to output the XML for Jenkins