The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3850631:

I've just checked it here and all seems OK in the pydev side. My guess is that
it's something in your test case which is making that happen.

Which pydev version are you using? If you create a simple test case in the root
of your project (as below), does this happen?

class Test(unittest.TestCase):
    def testIt(self):
        print 'now'

Cheers,

Fabio

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to