How to run django tests in Eclipse to make debugging possible, but on test database
问题 I've got problem concerning me a long time. I either run tests from eclipse (Python unittest) using Pydev or Nose test runner. That way it's possible to debug tests and watch them in PyUnit view. But that way test database is not created, manage.py is not used. Or I run them via manage.py test - test db is being created, but above features not available that way. Is that possible to debug tests in eclipse which are being run on test db? Regards, okrutny 回答1: You can create a new PyDev django