I've set up Eclipse (3.5) with PyDev (1.5.3) as a Python development environment. I put my project code in a source folder, src. I created another source folder, tests with unit tests. I can run each unit test individually using the test runner built into PyDev. Is there an automatic way to run all unit tests together with one command? Thanks, Mark