Skip to content

pytest-dev/pytest-bpdb

Repository files navigation

pytest-bpdb

A pytest plugin for dropping to bpdb on test failures.

image

image

image

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