Python - Dropping Into pdb From Nose
This document describes how to drop into pdb when your Python nose tests fail: http://nose.readthedocs.org/en/latest/plugins/debug.htmlIt just requires running "nosetests --pdb".
Very helpful if you're debugging why a test failed.