How do you get Jenkins to execute python unittest cases? Is it possible to JUnit style XML output from the builtin unittest package?
unittest
When using buildout we use collective.xmltestreport to produce JUnit-style XML output, perhaps it's source code or the module itself could be of help.