[Chicago] Regression Testing

Cezar Jenkins emperorcezar at gmail.com
Fri Sep 14 18:48:33 CEST 2012


If your package is open sourced, then checkout travis (http://travis-ci.org/).


-- 
Cezar Jenkins
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)


On Friday, September 14, 2012 at 11:40 AM, Chad Glendenin wrote:

> It sounds like what you're looking for might be continuous integration. Check out Hudson (a.k.a. Jenkins), TeamCity, etc. I've had good experiences using nose as my test discoverer/runner (with Django and Hudson), but it's possible something newer and better has appeared. Sadly, I have not written much Python the past few months. :-/
> 
> Nose: http://nose.readthedocs.org/en/latest/
> Jenkins: http://jenkins-ci.org/
> 
> 
> Oren Livne wrote:
> > Dear All,
> > 
> > I am writing a python project. I divided my code into packages and 
> > modules. I also have a "tests" package under my distribution dir 
> > containing unittest-annotated tests. I run them in Eclipse PyDev using 
> > a main test suite module containing a "def suite()" method.
> > 
> > What's the best way to automate running the same suite at the command 
> > line, and a good regression tester I could run nightly?
> > 
> > Thank you so much,
> > Oren
> > _______________________________________________
> > Chicago mailing list
> > Chicago at python.org (mailto:Chicago at python.org)
> > http://mail.python.org/mailman/listinfo/chicago
> 
> 
> _______________________________________________
> Chicago mailing list
> Chicago at python.org (mailto:Chicago at python.org)
> http://mail.python.org/mailman/listinfo/chicago





More information about the Chicago mailing list