Re: Debugging a unittest

2011-04-20 Thread Ian Clelland
On Tue, Apr 19, 2011 at 3:44 PM, Thomas Weholt wrote: > I'm wondering if anybody has a hint on how to debug a unittest, or any > other piece of code in django, for that matter, using a debugger like > winpdb? > I'm trying to to a winpdb manage.py test photo, which runs my unittest > for my photo a

Re: Debugging a unittest

2011-04-19 Thread Shawn Milochik
www.doughellmann.com/PyMOTW/pdb/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For mo

Debugging a unittest

2011-04-19 Thread Thomas Weholt
I'm wondering if anybody has a hint on how to debug a unittest, or any other piece of code in django, for that matter, using a debugger like winpdb? I'm trying to to a winpdb manage.py test photo, which runs my unittest for my photo app, but winpdb crashes. Are there alternatives? What is the best