On 5 April 2011 00:00, James Mills <prolo...@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
_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to