Re: [Pydev-users] Python Unittest Configuration in 1.4.7

2009-07-23 Thread Kenneth Loafman
Thanks Fabio --- works like I think it should, IMNSHO. ;-) Good luck on solving this one. Gonna be a hairy issue all over. And thanks for the great software. Its been a big help in development and debugging. I've been using Emacs for the last 25 or more years and this is the package that got

Re: [Pydev-users] Python Unittest Configuration in 1.4.7

2009-07-23 Thread Fabio Zadrozny
Hi, Yes, what was changed is that it tries to import the module in an absolute way (before it always made relative imports, which would make things fail in other ways -- I'll see if I can make it work in a way that supports both scenarios). You can fix it by: - having __init__.py in your test mo

[Pydev-users] Python Unittest Configuration in 1.4.7

2009-07-23 Thread Kenneth Loafman
Under 1.4.6 of Pydev, all of my Python Unittest configurations worked. Under 1.4.7, they do not. I have not changed the setup, and the unittests work from the commandline when running from the testing directory. The Unittest configuration is set up to have the working directory at ${workspace_loc