diff options
Diffstat (limited to 'topics/python/pytest-pudb.gmi')
-rw-r--r-- | topics/python/pytest-pudb.gmi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/topics/python/pytest-pudb.gmi b/topics/python/pytest-pudb.gmi new file mode 100644 index 0000000..4a9b685 --- /dev/null +++ b/topics/python/pytest-pudb.gmi @@ -0,0 +1,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 |