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