Try to use python green to control python (2.7.x) code quality, and integrated it within jenkins.
In nose, there is --with-xunit
parameter to generate nosetests.xml
unit test.
In coverage
, it is possible to use xml
paramter to generate like coverage.xml
coverage report.
Both are very good to be integrated with jenkins.
Do you know how to achieve this in green ?
At the moment, Green does not support any means of producing xml output or integrating with Jenkins.
However, subunit support is planned. Once subunit support is in place, you should be able to hook it up to Jenkins.