summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart2021-12-21 03:15:11 -0500
committerjgart2021-12-21 03:15:11 -0500
commit125a4fb150e1209dc89ed1ea4f4026965da7524f (patch)
tree35c89f49b5bc42184ea49b519b7b002779701fb0
parent9a9f8ac1f6789b0bd3305dd91e30f5b4a9736140 (diff)
downloadgn-gemtext-125a4fb150e1209dc89ed1ea4f4026965da7524f.tar.gz
add topic on using pudb with pytest
-rw-r--r--topics/pudb/pytest-pudb.gmi7
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