ipdbplugin

Nose plugin to use iPdb instead of Pdb when tests fail


Keywords
test, unittest, nose, nosetests, plugin, debug, ipdb, ipython
License
LGPL-2.1+
Install
pip install ipdbplugin==1.2

Documentation

What about running nose with a smarter interactive debugger?

Use this and never risk yourself forgetting import ipdb; ipdb.set_trace() in your code again!

This plugin is 99.99% based on nose's builtin debug plugin.

If you have any ideas about how to improve it, come and fork the code at http://github.com/flavioamieiro/nose-ipdb

Install

pip install ipdbplugin

Usage

To drop into ipdb on errors:

nosetests --ipdb

To drop into ipdb on failures:

nosetests --ipdb-failures

License

GNU Lesser General Public License

Authors