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.
- Host: GitHub
- URL: https://github.com/mverteuil/pytest-ipdb
- Owner: mverteuil
- Created: 2012-09-04T19:14:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T11:14:22.000Z (almost 4 years ago)
- Last Synced: 2025-03-10T09:07:12.502Z (7 months ago)
- Topics: deprecated, ipdb, python
- Language: Python
- Size: 30.3 KB
- Stars: 105
- Watchers: 3
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.[](https://travis-ci.org/mverteuil/pytest-ipdb)