[CentralOH] Unit Testing

Mark Erbaugh mark at microenh.com
Mon Dec 21 16:04:41 CET 2009


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


More information about the CentralOH mailing list