Skip to content

pytest-dev/pytest-bpdb

Repository files navigation

pytest-bpdb

A pytest plugin for dropping to bpdb on test failures.

https://travis-ci.org/slafs/pytest-bpdb.png?branch=masterhttps://badge.fury.io/py/pytest-bpdb.pnghttps://pypip.in/d/pytest-bpdb/badge.png

This plugin is almost entirely based on built-in pytest pdb plugin and pytest-ipdb plugin

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/ 

About

pytest plugin for dropping to bpdb on test failures

Resources

Stars

Watchers

Forks

Packages

No packages published