An open API service indexing awesome lists of open source software.

https://github.com/mverteuil/pytest-ipdb

Provides ipdb on failures for py.test.
https://github.com/mverteuil/pytest-ipdb

deprecated ipdb python

Last synced: 7 months ago
JSON representation

Provides ipdb on failures for py.test.

Awesome Lists containing this project

README

          

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](https://travis-ci.org/mverteuil/pytest-ipdb.svg)](https://travis-ci.org/mverteuil/pytest-ipdb)