pytest-ipdb

A py.test plug-in to enable drop to ipdb debugger on test failure.


Keywords
deprecated, ipdb, python
License
Other
Install
pip install pytest-ipdb==0.1-prerelease2

Documentation

pytest-ipdb

NOTICE

I am no longer supporting this tool. Please see pdb++ as a far more capable alternative that doesn't require plugins or special imports.

pdb++: https://pypi.python.org/pypi/pdbpp/

Provides ipdb on failures for py.test.

Installation and usage

To install

pip install git+git://github.com/mverteuil/pytest-ipdb.git

To use: run pytest with --ipdb instead of --pdb.

Build Status