[py-dev] py.test + CI

Floris Bruynooghe flub at devork.be
Tue Apr 5 14:24:36 CEST 2011


On 5 April 2011 00:00, James Mills <prologic at shortcircuit.net.au> wrote:
> Currently what options are available for
> Continuous Integration with py.test (or any other test suite / runner
> for that matter) ?

py.test has a --junitxml option which writes reports in the de-facto
JUnit XML format.  E.g. Jenkins/Hudson can read this XML to do
detailed reporting.  I assume there's more tools that understand that
format though never researched this.

Regards
Floris

-- 
Debian GNU/Linux -- The Power of Freedom
www.debian.org | www.gnu.org | www.kernel.org



More information about the Pytest-dev mailing list