Is there a way to hook Django's unittest into PyUnit in eclipse?
问题 I've been working on a Django project for the past few weeks now, and it's been fairly smooth sailing. I use Django's unittest library to test everything, and the result show up in the console. However, after doing some research, it looks like pydev provides facilities for PyUnit . I use Eclipse, and I thought I would just just be able to pipe the unit tests into PyUnit, but I haven't had any luck in either that or finding documentation to do so. How do I have my unit tests run in the PyUnit