summaryrefslogtreecommitdiff
path: root/topics/python/pytest-pudb.gmi
blob: 4a9b68513f3b4e32bc2585b45d915bc5059c9be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Using pudb with pytest

```
pytest --pdbcls pudb.debugger:Debugger --pdb --capture=no
```

=> https://documen.tician.de/pudb/starting.html?highlight=pytest#usage-with-pytest 

## Tags

* type: documentation
* keywords: pudb, pytest