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
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.2.tar.gz
(2.9 kB
view details)
File details
Details for the file pytest-pudb-0.2.tar.gz.
File metadata
- Download URL: pytest-pudb-0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67df4a5130fddd31b226866e3abf6532b426d71f293f566ec226d63814e9f340
|
|
| MD5 |
03cb708c1e57c53c33b4bebdf89457cd
|
|
| BLAKE2b-256 |
3f1035d9512c987e6e10f14fc7542cb78c822672af8e7eeeec6564f02fe56b8e
|