2009-07-28 20:26:32 +08:00
|
|
|
|
|
|
|
pytest_pdb plugin
|
|
|
|
=================
|
|
|
|
|
|
|
|
interactive debugging with the Python Debugger.
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
command line options
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
|
|
|
|
``--pdb``
|
2010-01-03 19:41:29 +08:00
|
|
|
start the interactive Python debugger on errors.
|
2009-07-28 20:26:32 +08:00
|
|
|
|
|
|
|
Start improving this plugin in 30 seconds
|
|
|
|
=========================================
|
|
|
|
|
|
|
|
|
|
|
|
1. Download `pytest_pdb.py`_ plugin source code
|
|
|
|
2. put it somewhere as ``pytest_pdb.py`` into your import path
|
|
|
|
3. a subsequent ``py.test`` run will use your local version
|
|
|
|
|
2009-08-19 01:04:57 +08:00
|
|
|
Checkout customize_, other plugins_ or `get in contact`_.
|
2009-07-28 20:26:32 +08:00
|
|
|
|
2009-07-31 20:43:04 +08:00
|
|
|
.. include:: links.txt
|