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.
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
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: Oct 25, 2018
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
Copy
MD5
402b762a3aef0ebbb4fa3a48ae1b6dc9
Copy
BLAKE2b-256
e0f8c37b32117b089520673dba84eae159c182c343a6dd19114cf44ec2e6a53a
Copy
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: Oct 25, 2018
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
Copy
MD5
127b8dfebd653fb2427f23df80de8a41
Copy
BLAKE2b-256
14b1c7778f0833bec731a5e46947e4aefbb20c6996d4dfe58d649430e640147f
Copy
See more details on using hashes here.