How do I run multiple Classes in a single test suite in Python using unit testing?
I've found nose to be a good tool for this. It discovers all unit tests in a directory structure and executes them.