Posts Tagged ‘ testing

Eclipse plugin for running Django tests.

I’ve recently been reading Foundations of Agile Python Development and tried the PyDev plugin for Eclipse at its recommendation. I had been under the impression that the plugin was still rather immature but have since been pleasantly surprised. Besides unexpected stability, PyDev even has support for writing Django applications. There was, however, one issue with the plugin that I had some umbrage with. Although there are shortcut/run configuration possibilities for running Python Unittests and even the  Django test suite, there was no way (that I found) to run individual tests without creating a custom run configuration for each one.

Read more