Interactive debugging with nosetests in PyDev
I'm using PyDev ( with Aptana ) to write and debug a Python Pylons app, and I'd like to step through the tests in the debugger. Is it possible to launch nosetests through PyDev and stop at breakpoints? Here is what i do to run nosetests using eclipse Pydev (Hope this will help you). first of all i create a python script and i put it in the root of my package directory : --Package | | -- runtest.py | | -- ... (others modules) and in runtest.py i put: import nose nose.main() now i go to in the menu Run -> Run configurations and i create a new configuration of Pydev Django i choose my package and