Is there a way to integrate background unit tests with the Pydev Eclipse environment?
My unit tests run well, but I would like to integrate them to run in the background based on source file changes (e.g. with nose) and to integrate the result back to Eclipse (I'm thinking big red X when tests fail with a console and trace log view).
No, a command prompt running nose on the side does not count.
I have had this Eclipse integration when developing RoR stuff.
Thanks,
Tal.
EDIT: Check out the new Pydev (1.6.4) http://pydev.org/manual_adv_pyunit.html