On Wed, Apr 06, 2011 at 09:16 +1000, James Mills wrote:
> On Tue, Apr 5, 2011 at 10:24 PM, Floris Bruynooghe <f...@devork.be> wrote:
> > 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.
> 
> Yeah I've seen this looking through what py.test can output...
> 
> I don't know about anyone else though... But I kind of feel like
> we need a new set of CI tools for Python. Hudson would not work
> out of the box for me and I get frustrated easily be complexity
> and things that don't work as "advertised" :) (Even buildbot didn't work)

I much understand the sentiment and hope to work myself towards
a better solution some day :)

Meanwhile you might want to look into tox (http://codespeak.net/tox)
which helps to automate environment setup. Given you have a "tox.ini"
configuration working for your project you can then relatively easily
integrate it with Jenkins/Hudson.

holger

> cheers
> James
> 
> -- 
> -- James Mills
> --
> -- "Problems are solved by method"
> _______________________________________________
> py-dev mailing list
> py-dev@codespeak.net
> http://codespeak.net/mailman/listinfo/py-dev
_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to