Metadata-Version: 1.1
Name: pytest-bpdb
Version: 0.1.2
Summary: A py.test plug-in to enable drop to bpdb debugger on test failure.
Home-page: https://github.com/slafs/pytest-bpdb
Author: Sławek Ehlert
Author-email: slafs.e@gmail.com
License: UNKNOWN
Description: ===========
        pytest-bpdb
        ===========
        
        A pytest_ plugin for dropping to bpdb_ on test failures.
        
        .. _pytest: http://pytest.org
        .. _bpdb: http://docs.bpython-interpreter.org/bpdb.html
        
        .. image:: https://travis-ci.org/slafs/pytest-bpdb.png?branch=master
                :target: https://travis-ci.org/slafs/pytest-bpdb
        
        .. image:: https://badge.fury.io/py/pytest-bpdb.png
            :target: http://badge.fury.io/py/pytest-bpdb
        
        .. image:: https://pypip.in/d/pytest-bpdb/badge.png
                :target: https://pypi.python.org/pypi/pytest-bpdb
        
        
        Installation
        ============
        
        To install the plugin run::
        
            pip install pytest-bpdb
        
        or use a development version::
        
            pip install -e git+git://github.com/slafs/pytest-bpdb
        
        
        Usage
        =====
        
        To enable a BPython debugger (bpdb) on pytest failures use a ``--bpdb`` option.
        For example::
        
            py.test --bpdb tests/
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Testing
