Re: [Pydev-users] unittest in one thread

2011-02-24 Thread Fabio Zadrozny
Actually, the tests won't be run in multiple threads, only in multiple processes (to speed up the process of running tests -- although if you didn't make the tests considering this situation, it's really possible that they won't run properly). You can edit the PyUnit preferences to use a single pro

[Pydev-users] unittest in one thread

2011-02-24 Thread P. Ziarsolo
Hi, We are having problems running unitests with pydev. I suspect that the problem is with multi threading. If I run just a test file it runs ok, but if a run a whole directory is gives different kind os errors, all related with working directory. We have in our code various os.chdir and I