Pytest PuDB debugger integration
Project description
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)
Fixed pytest 3.3.1+ compatibility (by @noirbizarre)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ea87316d39c82163d340c28a168e08a163b8d3f484e60a53c9fd5eefe432c63
|
|
| MD5 |
402b762a3aef0ebbb4fa3a48ae1b6dc9
|
|
| BLAKE2b-256 |
e0f8c37b32117b089520673dba84eae159c182c343a6dd19114cf44ec2e6a53a
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21e96fc16f313a7bd75e1df1b151de8a721144318b0ae8350208d6554222005a
|
|
| MD5 |
127b8dfebd653fb2427f23df80de8a41
|
|
| BLAKE2b-256 |
14b1c7778f0833bec731a5e46947e4aefbb20c6996d4dfe58d649430e640147f
|