Giter Site home page Giter Site logo

pytest-pdb's Introduction

pytest-pdb

py.test plugin pytest plugin which adds pdb helper commands related to pytest.

Usage

install via:

pip install pytest-pdb

Commands

gototest | gt
When debugging with pdb, type gototest which brings you directly to the frame of the test function.
whichtest | wt

When debugging with pdb, type whichtest which should print something like:

Currently in test_pdb.py:13: TestClasses.test_class_pdb

It works by walking the frame stack until it finds a test item in the locals. This depends on how pytest_pyfunc_call is implemented. If that changes or is replaced by a plugin, the whichtest command may fail.

top
Move to top (oldest) frame.
bottom
Move to bottom (newest) frame.

Changes

0.3.2 - Unreleased

0.3.1 - 2018-07-31

  • Remove debug print output. [fschulze]

0.3.0 - 2018-07-28

  • Show offset of current frame to test frame. [blueyed, fschulze]
  • Add top and bottom commands. [blueyed]
  • Add wt/gt shortcuts. [blueyed]
  • Add gototest command. [blueyed]
  • Print location upon entering pdb. [blueyed, fschulze]

0.2.0 - 2017-01-17

  • Fix/improve location reporting. [blueyed (Daniel Hahler)]

0.1.0 - 2016-07-09

  • Initial release. [fschulze (Florian Schulze)]

pytest-pdb's People

Contributors

fschulze avatar blueyed avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.