robpol86-pytest-ipdb

pytest-ipdb installable from pip. Using this until https://github.com/mverteuil/pytest-ipdb/issues/9 is resolved.


Keywords
deprecated, ipdb, python
License
Other
Install
pip install robpol86-pytest-ipdb==0.0.1

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