How to run unittest under pydev for Django?
- by photon
I configured properties for my django project under pydev. I can run the django app under pydev or under console window. I can also run unittest for app under console window. But I have problems to run unittest under pydev.
I guess it's something related to run configurations of pydev, so I made several trials, but with no success.
Once I got…