Python unittests in Jenkins?

前端 未结 6 588
长情又很酷
长情又很酷 2020-12-07 07:35

How do you get Jenkins to execute python unittest cases? Is it possible to JUnit style XML output from the builtin unittest package?

6条回答
  •  攒了一身酷
    2020-12-07 07:57

    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.

提交回复
热议问题