<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Mar 31, 2009, at 11:15 AM, Kumar McMillan wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 10px; ">If not obvious from the documentation, you can build and test<br>anything, it doesn't have to be Java. &nbsp;At Leapfrog we have converted<br>all of our Python and Ruby buildbots to Hudson (oh did I say that out<br>loud?) and have never been happier or more efficient in how we do<br>continuous integration. &nbsp;You don't need anything special in your tests<br>to use Hudson but you get some extra details (that buildbot never<br>provided) if you use xunit style test output. &nbsp;There are several nose<br>plugins for this like Nosexunit -- the androgynous plugin. &nbsp;Example:<br>nosetests --with-nosexunit<br></span></span></blockquote></div><br><div>Word of warning though, the xml escaping in nosexunit is pretty fragile, and it also has a ton of dependencies. You may wish to look at&nbsp;<a href="http://bitbucket.org/durin42/nose-xml/">http://bitbucket.org/durin42/nose-xml/</a> if &nbsp;you're planning on using xunit reporting, or wait for Nose 0.11, where nose-xml should be part of the core distribution.</div><div><br></div></body></html>