Paul's Programming Notes PostsRSSGithub

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.html

It just requires running “nosetests –pdb”.

Very helpful if you’re debugging why a test failed.