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
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.1.tar.gz
(2.7 kB
view details)
File details
Details for the file pytest-pudb-0.1.tar.gz.
File metadata
- Download URL: pytest-pudb-0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aec6d8b42b1c555499c238e54aad1634678b434ea1db2bd75dd46443b6c41022
|
|
| MD5 |
53a1522e42df73144cb6c2529e88a406
|
|
| BLAKE2b-256 |
6410c65d77de7215db54a1d4e1231b3f9cf8d325816e761997e27a9f1c9a4bd5
|