• Stars
    star
    105
  • Rank 321,504 (Top 7 %)
  • Language
    Python
  • Created almost 12 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Provides ipdb on failures for py.test.

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