diff options
Diffstat (limited to 'topics/pudb/pytest-pudb.gmi')
-rw-r--r-- | topics/pudb/pytest-pudb.gmi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/topics/pudb/pytest-pudb.gmi b/topics/pudb/pytest-pudb.gmi new file mode 100644 index 0000000..5a979c0 --- /dev/null +++ b/topics/pudb/pytest-pudb.gmi @@ -0,0 +1,7 @@ +# Using pudb with pytest + +``` +pytest --pdbcls pudb.debugger:Debugger --pdb --capture=no +``` + +=> https://documen.tician.de/pudb/starting.html?highlight=pytest#usage-with-pytest |