Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 563 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 563 Bytes

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