[Chicago] Regression Testing

Oren Livne livne at uchicago.edu
Fri Sep 14 18:04:40 CEST 2012


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


More information about the Chicago mailing list