Skip to main content

Pytest PuDB debugger integration

Project description

Travis-ci: continuous integration status.

Pytest PuDB debugger integration based on pytest PDB integration

Use it as --pdb py.test command argument:

py.test --pudb

Or simply use pudb.set_trace inside your python code:

def test_set_trace_integration():
    # No --capture=no need
    import pudb
    pudb.set_trace()
    assert 1 == 2

def test_pudb_b_integration():
    # No --capture=no need
    import pudb.b
    # traceback is set up here
    assert 1 == 2

See also pytest and pudb projects.

History

0.7.0 (2018-10-25)

  • Added pu.db support

  • Fixed pytest 3.7.3+ compatibility

  • Switched to semantic versioning

  • Build package wheels

0.6 (2018-02-13)

0.5 (2017-02-25)

  • Fixed pypi package by adding MANIFEST.in

0.4 (2017-02-24)

  • Use post mortem on exception (by @Wilfred)

0.2 (2016-09-24)

  • Added import pytest.b support

0.1 (2016-07-31)

  • Public release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-pudb-0.7.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

pytest_pudb-0.7.0-py2.py3-none-any.whl (4.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pytest-pudb-0.7.0.tar.gz.

File metadata

  • Download URL: pytest-pudb-0.7.0.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4

File hashes

Hashes for pytest-pudb-0.7.0.tar.gz
Algorithm Hash digest
SHA256 0ea87316d39c82163d340c28a168e08a163b8d3f484e60a53c9fd5eefe432c63
MD5 402b762a3aef0ebbb4fa3a48ae1b6dc9
BLAKE2b-256 e0f8c37b32117b089520673dba84eae159c182c343a6dd19114cf44ec2e6a53a

See more details on using hashes here.

File details

Details for the file pytest_pudb-0.7.0-py2.py3-none-any.whl.

File metadata

  • Download URL: pytest_pudb-0.7.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4

File hashes

Hashes for pytest_pudb-0.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 21e96fc16f313a7bd75e1df1b151de8a721144318b0ae8350208d6554222005a
MD5 127b8dfebd653fb2427f23df80de8a41
BLAKE2b-256 14b1c7778f0833bec731a5e46947e4aefbb20c6996d4dfe58d649430e640147f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page